| Package | Description |
|---|---|
| com.amazonaws.services.resourceexplorer2.model |
| Modifier and Type | Method and Description |
|---|---|
static IndexType |
IndexType.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
UpdateIndexTypeResult |
UpdateIndexTypeResult.withType(IndexType type)
Specifies the type of the specified index after the operation completes.
|
ListIndexesRequest |
ListIndexesRequest.withType(IndexType type)
If specified, limits the output to only indexes of the specified Type, either
LOCAL or
AGGREGATOR. |
GetIndexResult |
GetIndexResult.withType(IndexType type)
The type of the index in this Region.
|
Index |
Index.withType(IndexType type)
The type of index.
|
UpdateIndexTypeRequest |
UpdateIndexTypeRequest.withType(IndexType type)
The type of the index.
|
MemberIndex |
MemberIndex.withType(IndexType type)
The type of index.
|
Copyright © 2024. All rights reserved.