| Package | Description |
|---|---|
| software.amazon.awssdk.services.resourceexplorer2 |
Amazon Web Services Resource Explorer is a resource search and discovery service.
|
| software.amazon.awssdk.services.resourceexplorer2.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListIndexesResponse |
ResourceExplorer2Client.listIndexes(Consumer<ListIndexesRequest.Builder> listIndexesRequest)
Retrieves a list of all of the indexes in Amazon Web Services Regions that are currently collecting resource
information for Amazon Web Services Resource Explorer.
|
default ListIndexesResponse |
ResourceExplorer2Client.listIndexes(ListIndexesRequest listIndexesRequest)
Retrieves a list of all of the indexes in Amazon Web Services Regions that are currently collecting resource
information for Amazon Web Services Resource Explorer.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListIndexesResponse> |
ResourceExplorer2AsyncClient.listIndexes(Consumer<ListIndexesRequest.Builder> listIndexesRequest)
Retrieves a list of all of the indexes in Amazon Web Services Regions that are currently collecting resource
information for Amazon Web Services Resource Explorer.
|
default CompletableFuture<ListIndexesResponse> |
ResourceExplorer2AsyncClient.listIndexes(ListIndexesRequest listIndexesRequest)
Retrieves a list of all of the indexes in Amazon Web Services Regions that are currently collecting resource
information for Amazon Web Services Resource Explorer.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListIndexesResponse> |
ListIndexesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListIndexesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListIndexesResponse> subscriber) |
Copyright © 2023. All rights reserved.