| Package | Description |
|---|---|
| software.amazon.awssdk.services.resourceexplorer2.model |
| Modifier and Type | Method and Description |
|---|---|
static IndexState |
IndexState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
IndexState |
GetIndexResponse.state()
The current state of the index in this Amazon Web Services Region.
|
IndexState |
DeleteIndexResponse.state()
Indicates the current state of the index.
|
IndexState |
CreateIndexResponse.state()
Indicates the current state of the index.
|
IndexState |
UpdateIndexTypeResponse.state()
Indicates the state of the request to update the index.
|
static IndexState |
IndexState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexState[] |
IndexState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<IndexState> |
IndexState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetIndexResponse.Builder |
GetIndexResponse.Builder.state(IndexState state)
The current state of the index in this Amazon Web Services Region.
|
DeleteIndexResponse.Builder |
DeleteIndexResponse.Builder.state(IndexState state)
Indicates the current state of the index.
|
CreateIndexResponse.Builder |
CreateIndexResponse.Builder.state(IndexState state)
Indicates the current state of the index.
|
UpdateIndexTypeResponse.Builder |
UpdateIndexTypeResponse.Builder.state(IndexState state)
Indicates the state of the request to update the index.
|
Copyright © 2023. All rights reserved.