| Package | Description |
|---|---|
| software.amazon.awssdk.services.resourceexplorer2.model |
| Modifier and Type | Method and Description |
|---|---|
static IndexType |
IndexType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
IndexType |
GetIndexResponse.type()
The type of the index in this Region.
|
IndexType |
ListIndexesRequest.type()
If specified, limits the output to only indexes of the specified Type, either
LOCAL or
AGGREGATOR. |
IndexType |
UpdateIndexTypeRequest.type()
The type of the index.
|
IndexType |
Index.type()
The type of index.
|
IndexType |
UpdateIndexTypeResponse.type()
Specifies the type of the specified index after the operation completes.
|
static IndexType |
IndexType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexType[] |
IndexType.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<IndexType> |
IndexType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetIndexResponse.Builder |
GetIndexResponse.Builder.type(IndexType type)
The type of the index in this Region.
|
ListIndexesRequest.Builder |
ListIndexesRequest.Builder.type(IndexType type)
If specified, limits the output to only indexes of the specified Type, either
LOCAL or
AGGREGATOR. |
UpdateIndexTypeRequest.Builder |
UpdateIndexTypeRequest.Builder.type(IndexType type)
The type of the index.
|
Index.Builder |
Index.Builder.type(IndexType type)
The type of index.
|
UpdateIndexTypeResponse.Builder |
UpdateIndexTypeResponse.Builder.type(IndexType type)
Specifies the type of the specified index after the operation completes.
|
Copyright © 2023. All rights reserved.