| Package | Description |
|---|---|
| software.amazon.awssdk.services.resourceexplorer2.model | |
| software.amazon.awssdk.services.resourceexplorer2.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<Resource> |
SearchResponse.resources()
The list of structures that describe the resources that match the query.
|
| Modifier and Type | Method and Description |
|---|---|
SearchResponse.Builder |
SearchResponse.Builder.resources(Resource... resources)
The list of structures that describe the resources that match the query.
|
| Modifier and Type | Method and Description |
|---|---|
SearchResponse.Builder |
SearchResponse.Builder.resources(Collection<Resource> resources)
The list of structures that describe the resources that match the query.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<Resource> |
SearchIterable.resources()
Returns an iterable to iterate through the paginated
SearchResponse.resources() member. |
SdkPublisher<Resource> |
SearchPublisher.resources()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.