Package | Description |
---|---|
software.amazon.awssdk.services.dynamodb.model |
Modifier and Type | Method and Description |
---|---|
static IndexStatus |
IndexStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
IndexStatus |
ReplicaGlobalSecondaryIndexAutoScalingDescription.indexStatus()
The current state of the replica global secondary index:
|
IndexStatus |
ReplicaGlobalSecondaryIndexSettingsDescription.indexStatus()
The current status of the global secondary index:
|
IndexStatus |
GlobalSecondaryIndexDescription.indexStatus()
The current state of the global secondary index:
|
static IndexStatus |
IndexStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexStatus[] |
IndexStatus.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<IndexStatus> |
IndexStatus.knownValues()
|
Modifier and Type | Method and Description |
---|---|
ReplicaGlobalSecondaryIndexAutoScalingDescription.Builder |
ReplicaGlobalSecondaryIndexAutoScalingDescription.Builder.indexStatus(IndexStatus indexStatus)
The current state of the replica global secondary index:
|
ReplicaGlobalSecondaryIndexSettingsDescription.Builder |
ReplicaGlobalSecondaryIndexSettingsDescription.Builder.indexStatus(IndexStatus indexStatus)
The current status of the global secondary index:
|
GlobalSecondaryIndexDescription.Builder |
GlobalSecondaryIndexDescription.Builder.indexStatus(IndexStatus indexStatus)
The current state of the global secondary index:
|
Copyright © 2023. All rights reserved.