| 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 GetResourceSharesResponse |
RamClient.getResourceShares(Consumer<GetResourceSharesRequest.Builder> getResourceSharesRequest)
Retrieves details about the resource shares that you own or that are shared with you.
|
default GetResourceSharesResponse |
RamClient.getResourceShares(GetResourceSharesRequest getResourceSharesRequest)
Retrieves details about the resource shares that you own or that are shared with you.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetResourceSharesResponse> |
RamAsyncClient.getResourceShares(Consumer<GetResourceSharesRequest.Builder> getResourceSharesRequest)
Retrieves details about the resource shares that you own or that are shared with you.
|
default CompletableFuture<GetResourceSharesResponse> |
RamAsyncClient.getResourceShares(GetResourceSharesRequest getResourceSharesRequest)
Retrieves details about the resource shares that you own or 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 © 2022. All rights reserved.