| Package | Description |
|---|---|
| software.amazon.awssdk.services.resourceexplorer2 |
Amazon Web Services Resource Explorer is a resource search and discovery service.
|
| software.amazon.awssdk.services.resourceexplorer2.model |
| 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 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 ListIndexesPublisher |
ResourceExplorer2AsyncClient.listIndexesPaginator(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 ListIndexesIterable |
ResourceExplorer2Client.listIndexesPaginator(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.
|
| Modifier and Type | Method and Description |
|---|---|
static ListIndexesRequest.Builder |
ListIndexesRequest.builder() |
ListIndexesRequest.Builder |
ListIndexesRequest.Builder.maxResults(Integer maxResults)
The maximum number of results that you want included on each page of the response.
|
ListIndexesRequest.Builder |
ListIndexesRequest.Builder.nextToken(String nextToken)
The parameter for receiving additional results if you receive a
NextToken response in a previous
request. |
ListIndexesRequest.Builder |
ListIndexesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListIndexesRequest.Builder |
ListIndexesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListIndexesRequest.Builder |
ListIndexesRequest.Builder.regions(Collection<String> regions)
If specified, limits the response to only information about the index in the specified list of Amazon Web
Services Regions.
|
ListIndexesRequest.Builder |
ListIndexesRequest.Builder.regions(String... regions)
If specified, limits the response to only information about the index in the specified list of Amazon Web
Services Regions.
|
ListIndexesRequest.Builder |
ListIndexesRequest.toBuilder() |
ListIndexesRequest.Builder |
ListIndexesRequest.Builder.type(IndexType type)
If specified, limits the output to only indexes of the specified Type, either
LOCAL or
AGGREGATOR. |
ListIndexesRequest.Builder |
ListIndexesRequest.Builder.type(String type)
If specified, limits the output to only indexes of the specified Type, either
LOCAL or
AGGREGATOR. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListIndexesRequest.Builder> |
ListIndexesRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.