| 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 ListResourcesResponse |
RamClient.listResources(Consumer<ListResourcesRequest.Builder> listResourcesRequest)
Lists the resources that you added to a resource share or the resources that are shared with you.
|
default ListResourcesResponse |
RamClient.listResources(ListResourcesRequest listResourcesRequest)
Lists the resources that you added to a resource share or the resources that are shared with you.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListResourcesResponse> |
RamAsyncClient.listResources(Consumer<ListResourcesRequest.Builder> listResourcesRequest)
Lists the resources that you added to a resource share or the resources that are shared with you.
|
default CompletableFuture<ListResourcesResponse> |
RamAsyncClient.listResources(ListResourcesRequest listResourcesRequest)
Lists the resources that you added to a resource share or the resources that are shared with you.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListResourcesResponse> |
ListResourcesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListResourcesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListResourcesResponse> subscriber) |
Copyright © 2023. All rights reserved.