| 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 | |
| software.amazon.awssdk.services.ram.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetResourceShareAssociationsResponse> |
RamAsyncClient.getResourceShareAssociations(GetResourceShareAssociationsRequest 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.
|
default GetResourceShareAssociationsPublisher |
RamAsyncClient.getResourceShareAssociationsPaginator(GetResourceShareAssociationsRequest getResourceShareAssociationsRequest)
Gets the resources or principals for the resource shares that you own.
|
default GetResourceShareAssociationsIterable |
RamClient.getResourceShareAssociationsPaginator(GetResourceShareAssociationsRequest getResourceShareAssociationsRequest)
Gets the resources or principals for the resource shares that you own.
|
| Constructor and Description |
|---|
GetResourceShareAssociationsIterable(RamClient client,
GetResourceShareAssociationsRequest firstRequest) |
GetResourceShareAssociationsPublisher(RamAsyncClient client,
GetResourceShareAssociationsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
GetResourceShareAssociationsRequestMarshaller.marshall(GetResourceShareAssociationsRequest getResourceShareAssociationsRequest) |
Copyright © 2021. All rights reserved.