| Package | Description |
|---|---|
| software.amazon.awssdk.services.ram |
Use AWS Resource Access Manager to share AWS resources between AWS accounts.
|
| software.amazon.awssdk.services.ram.paginators |
| Modifier and Type | Method and Description |
|---|---|
default GetResourceSharesResponse |
RamClient.getResourceShares(Consumer<GetResourceSharesRequest.Builder> getResourceSharesRequest)
Gets the resource shares that you own or the resource shares that are shared with you.
|
default GetResourceSharesResponse |
RamClient.getResourceShares(GetResourceSharesRequest getResourceSharesRequest)
Gets the resource shares that you own or the resource shares that are shared with you.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetResourceSharesResponse> |
RamAsyncClient.getResourceShares(Consumer<GetResourceSharesRequest.Builder> getResourceSharesRequest)
Gets the resource shares that you own or the resource shares that are shared with you.
|
default CompletableFuture<GetResourceSharesResponse> |
RamAsyncClient.getResourceShares(GetResourceSharesRequest getResourceSharesRequest)
Gets the resource shares that you own or the resource shares that are shared with you.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetResourceSharesResponse> |
GetResourceSharesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetResourceSharesPublisher.subscribe(org.reactivestreams.Subscriber<? super GetResourceSharesResponse> subscriber) |
Copyright © 2021. All rights reserved.