| Package | Description |
|---|---|
| com.amazonaws.services.resourceexplorer2 |
Amazon Web Services Resource Explorer is a resource search and discovery service.
|
| com.amazonaws.services.resourceexplorer2.model |
| Modifier and Type | Method and Description |
|---|---|
ListIndexesResult |
AWSResourceExplorer2Client.listIndexes(ListIndexesRequest request)
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.
|
ListIndexesResult |
AWSResourceExplorer2.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.
|
ListIndexesResult |
AbstractAWSResourceExplorer2.listIndexes(ListIndexesRequest request) |
Future<ListIndexesResult> |
AWSResourceExplorer2AsyncClient.listIndexesAsync(ListIndexesRequest request) |
Future<ListIndexesResult> |
AWSResourceExplorer2Async.listIndexesAsync(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.
|
Future<ListIndexesResult> |
AbstractAWSResourceExplorer2Async.listIndexesAsync(ListIndexesRequest request) |
Future<ListIndexesResult> |
AWSResourceExplorer2AsyncClient.listIndexesAsync(ListIndexesRequest request,
AsyncHandler<ListIndexesRequest,ListIndexesResult> asyncHandler) |
Future<ListIndexesResult> |
AWSResourceExplorer2Async.listIndexesAsync(ListIndexesRequest listIndexesRequest,
AsyncHandler<ListIndexesRequest,ListIndexesResult> asyncHandler)
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.
|
Future<ListIndexesResult> |
AbstractAWSResourceExplorer2Async.listIndexesAsync(ListIndexesRequest request,
AsyncHandler<ListIndexesRequest,ListIndexesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListIndexesResult> |
AWSResourceExplorer2AsyncClient.listIndexesAsync(ListIndexesRequest request,
AsyncHandler<ListIndexesRequest,ListIndexesResult> asyncHandler) |
Future<ListIndexesResult> |
AWSResourceExplorer2Async.listIndexesAsync(ListIndexesRequest listIndexesRequest,
AsyncHandler<ListIndexesRequest,ListIndexesResult> asyncHandler)
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.
|
Future<ListIndexesResult> |
AbstractAWSResourceExplorer2Async.listIndexesAsync(ListIndexesRequest request,
AsyncHandler<ListIndexesRequest,ListIndexesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListIndexesRequest |
ListIndexesRequest.clone() |
ListIndexesRequest |
ListIndexesRequest.withMaxResults(Integer maxResults)
The maximum number of results that you want included on each page of the response.
|
ListIndexesRequest |
ListIndexesRequest.withNextToken(String nextToken)
The parameter for receiving additional results if you receive a
NextToken response in a previous
request. |
ListIndexesRequest |
ListIndexesRequest.withRegions(Collection<String> regions)
If specified, limits the response to only information about the index in the specified list of Amazon Web
Services Regions.
|
ListIndexesRequest |
ListIndexesRequest.withRegions(String... regions)
If specified, limits the response to only information about the index in the specified list of Amazon Web
Services Regions.
|
ListIndexesRequest |
ListIndexesRequest.withType(IndexType type)
If specified, limits the output to only indexes of the specified Type, either
LOCAL or
AGGREGATOR. |
ListIndexesRequest |
ListIndexesRequest.withType(String type)
If specified, limits the output to only indexes of the specified Type, either
LOCAL or
AGGREGATOR. |
Copyright © 2022. All rights reserved.