| Package | Description |
|---|---|
| software.amazon.awssdk.services.ram |
This is the Resource Access Manager API Reference.
|
| software.amazon.awssdk.services.ram.paginators |
| Modifier and Type | Method and Description |
|---|---|
default GetResourceShareAssociationsResponse |
RamClient.getResourceShareAssociations(Consumer<GetResourceShareAssociationsRequest.Builder> getResourceShareAssociationsRequest)
Retrieves the lists of resources and principals that associated for resource shares that you own.
|
default GetResourceShareAssociationsResponse |
RamClient.getResourceShareAssociations(GetResourceShareAssociationsRequest getResourceShareAssociationsRequest)
Retrieves the lists of resources and principals that associated for resource shares that you own.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetResourceShareAssociationsResponse> |
RamAsyncClient.getResourceShareAssociations(Consumer<GetResourceShareAssociationsRequest.Builder> getResourceShareAssociationsRequest)
Retrieves the lists of resources and principals that associated for resource shares that you own.
|
default CompletableFuture<GetResourceShareAssociationsResponse> |
RamAsyncClient.getResourceShareAssociations(GetResourceShareAssociationsRequest getResourceShareAssociationsRequest)
Retrieves the lists of resources and principals that associated for 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 © 2023. All rights reserved.