| 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 | |
| software.amazon.awssdk.services.resourceexplorer2.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<SearchResponse> |
ResourceExplorer2AsyncClient.search(SearchRequest searchRequest)
Searches for resources and displays details about all resources that match the specified criteria.
|
default SearchResponse |
ResourceExplorer2Client.search(SearchRequest searchRequest)
Searches for resources and displays details about all resources that match the specified criteria.
|
default SearchPublisher |
ResourceExplorer2AsyncClient.searchPaginator(SearchRequest searchRequest)
Searches for resources and displays details about all resources that match the specified criteria.
|
default SearchIterable |
ResourceExplorer2Client.searchPaginator(SearchRequest searchRequest)
Searches for resources and displays details about all resources that match the specified criteria.
|
| Constructor and Description |
|---|
SearchIterable(ResourceExplorer2Client client,
SearchRequest firstRequest) |
SearchPublisher(ResourceExplorer2AsyncClient client,
SearchRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
SearchRequestMarshaller.marshall(SearchRequest searchRequest) |
Copyright © 2023. All rights reserved.