| 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 |
|---|---|
SearchResult |
AWSResourceExplorer2Client.search(SearchRequest request)
Searches for resources and displays details about all resources that match the specified criteria.
|
SearchResult |
AbstractAWSResourceExplorer2.search(SearchRequest request) |
SearchResult |
AWSResourceExplorer2.search(SearchRequest searchRequest)
Searches for resources and displays details about all resources that match the specified criteria.
|
| Modifier and Type | Method and Description |
|---|---|
Future<SearchResult> |
AbstractAWSResourceExplorer2Async.searchAsync(SearchRequest request) |
Future<SearchResult> |
AWSResourceExplorer2AsyncClient.searchAsync(SearchRequest request) |
Future<SearchResult> |
AWSResourceExplorer2Async.searchAsync(SearchRequest searchRequest)
Searches for resources and displays details about all resources that match the specified criteria.
|
Future<SearchResult> |
AbstractAWSResourceExplorer2Async.searchAsync(SearchRequest request,
AsyncHandler<SearchRequest,SearchResult> asyncHandler) |
Future<SearchResult> |
AWSResourceExplorer2AsyncClient.searchAsync(SearchRequest request,
AsyncHandler<SearchRequest,SearchResult> asyncHandler) |
Future<SearchResult> |
AWSResourceExplorer2Async.searchAsync(SearchRequest searchRequest,
AsyncHandler<SearchRequest,SearchResult> asyncHandler)
Searches for resources and displays details about all resources that match the specified criteria.
|
| Modifier and Type | Method and Description |
|---|---|
Future<SearchResult> |
AbstractAWSResourceExplorer2Async.searchAsync(SearchRequest request,
AsyncHandler<SearchRequest,SearchResult> asyncHandler) |
Future<SearchResult> |
AWSResourceExplorer2AsyncClient.searchAsync(SearchRequest request,
AsyncHandler<SearchRequest,SearchResult> asyncHandler) |
Future<SearchResult> |
AWSResourceExplorer2Async.searchAsync(SearchRequest searchRequest,
AsyncHandler<SearchRequest,SearchResult> asyncHandler)
Searches for resources and displays details about all resources that match the specified criteria.
|
| Modifier and Type | Method and Description |
|---|---|
SearchResult |
SearchResult.clone() |
SearchResult |
SearchResult.withCount(ResourceCount count)
The number of resources that match the query.
|
SearchResult |
SearchResult.withNextToken(String nextToken)
If present, indicates that more output is available than is included in the current response.
|
SearchResult |
SearchResult.withResources(Collection<Resource> resources)
The list of structures that describe the resources that match the query.
|
SearchResult |
SearchResult.withResources(Resource... resources)
The list of structures that describe the resources that match the query.
|
SearchResult |
SearchResult.withViewArn(String viewArn)
The Amazon resource name
(ARN) of the view that this operation used to perform the search.
|
Copyright © 2024. All rights reserved.