| Package | Description |
|---|---|
| com.amazonaws.services.resourceexplorer2.model |
| Modifier and Type | Method and Description |
|---|---|
Index |
Index.clone() |
Index |
Index.withArn(String arn)
The Amazon resource name
(ARN) of the index.
|
Index |
Index.withRegion(String region)
The Amazon Web Services Region in which the index exists.
|
Index |
Index.withType(IndexType type)
The type of index.
|
Index |
Index.withType(String type)
The type of index.
|
| Modifier and Type | Method and Description |
|---|---|
List<Index> |
ListIndexesResult.getIndexes()
A structure that contains the details and status of each index.
|
| Modifier and Type | Method and Description |
|---|---|
ListIndexesResult |
ListIndexesResult.withIndexes(Index... indexes)
A structure that contains the details and status of each index.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListIndexesResult.setIndexes(Collection<Index> indexes)
A structure that contains the details and status of each index.
|
ListIndexesResult |
ListIndexesResult.withIndexes(Collection<Index> indexes)
A structure that contains the details and status of each index.
|
Copyright © 2024. All rights reserved.