| 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 GetResourceShareAssociationsResponse |
RamClient.getResourceShareAssociations(Consumer<GetResourceShareAssociationsRequest.Builder> getResourceShareAssociationsRequest)
Gets the resources or principals for the resource shares that you own.
|
default GetResourceShareAssociationsResponse |
RamClient.getResourceShareAssociations(GetResourceShareAssociationsRequest getResourceShareAssociationsRequest)
Gets the resources or principals for the resource shares that you own.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetResourceShareAssociationsResponse> |
RamAsyncClient.getResourceShareAssociations(Consumer<GetResourceShareAssociationsRequest.Builder> getResourceShareAssociationsRequest)
Gets the resources or principals for the resource shares that you own.
|
default CompletableFuture<GetResourceShareAssociationsResponse> |
RamAsyncClient.getResourceShareAssociations(GetResourceShareAssociationsRequest getResourceShareAssociationsRequest)
Gets the resources or principals for the resource shares that you own.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetResourceShareAssociationsResponse> |
GetResourceShareAssociationsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetResourceShareAssociationsPublisher.subscribe(org.reactivestreams.Subscriber<? super GetResourceShareAssociationsResponse> subscriber) |
Copyright © 2021. All rights reserved.