| Package | Description |
|---|---|
| software.amazon.awssdk.services.resourceexplorer2.model | |
| software.amazon.awssdk.services.resourceexplorer2.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<Index> |
ListIndexesResponse.indexes()
A structure that contains the details and status of each index.
|
| Modifier and Type | Method and Description |
|---|---|
ListIndexesResponse.Builder |
ListIndexesResponse.Builder.indexes(Index... indexes)
A structure that contains the details and status of each index.
|
| Modifier and Type | Method and Description |
|---|---|
ListIndexesResponse.Builder |
ListIndexesResponse.Builder.indexes(Collection<Index> indexes)
A structure that contains the details and status of each index.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<Index> |
ListIndexesPublisher.indexes()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<Index> |
ListIndexesIterable.indexes()
Returns an iterable to iterate through the paginated
ListIndexesResponse.indexes() member. |
Copyright © 2023. All rights reserved.