Uses of Enum
software.amazon.awssdk.services.dynamodb.model.IndexStatus
Packages that use IndexStatus
-
Uses of IndexStatus in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return IndexStatusModifier and TypeMethodDescriptionstatic IndexStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final IndexStatusGlobalSecondaryIndexDescription.indexStatus()The current state of the global secondary index:final IndexStatusReplicaGlobalSecondaryIndexAutoScalingDescription.indexStatus()The current state of the replica global secondary index:final IndexStatusReplicaGlobalSecondaryIndexSettingsDescription.indexStatus()The current status of the global secondary index:final IndexStatusGlobalSecondaryIndexWarmThroughputDescription.status()Represents the warm throughput status being created or updated on a global secondary index.static IndexStatusReturns 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.Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type IndexStatusMethods in software.amazon.awssdk.services.dynamodb.model with parameters of type IndexStatusModifier and TypeMethodDescriptionGlobalSecondaryIndexDescription.Builder.indexStatus(IndexStatus indexStatus) The current state of the global secondary index:ReplicaGlobalSecondaryIndexAutoScalingDescription.Builder.indexStatus(IndexStatus indexStatus) The current state of the replica global secondary index:ReplicaGlobalSecondaryIndexSettingsDescription.Builder.indexStatus(IndexStatus indexStatus) The current status of the global secondary index:GlobalSecondaryIndexWarmThroughputDescription.Builder.status(IndexStatus status) Represents the warm throughput status being created or updated on a global secondary index.