| 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 SearchResponse |
ResourceExplorer2Client.search(Consumer<SearchRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<SearchResponse> |
ResourceExplorer2AsyncClient.search(Consumer<SearchRequest.Builder> searchRequest)
Searches for resources and displays details about all resources that match the specified criteria.
|
default CompletableFuture<SearchResponse> |
ResourceExplorer2AsyncClient.search(SearchRequest searchRequest)
Searches for resources and displays details about all resources that match the specified criteria.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<SearchResponse> |
SearchIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchPublisher.subscribe(org.reactivestreams.Subscriber<? super SearchResponse> subscriber) |
Copyright © 2023. All rights reserved.