Uses of Enum
software.amazon.awssdk.services.dynamodb.model.TableStatus
Packages that use TableStatus
-
Uses of TableStatus in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return TableStatusModifier and TypeMethodDescriptionstatic TableStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final TableStatusTableWarmThroughputDescription.status()Represents warm throughput value of the base table.final TableStatusTableAutoScalingDescription.tableStatus()The current state of the table:final TableStatusTableDescription.tableStatus()The current state of the table:static TableStatusReturns the enum constant of this type with the specified name.static TableStatus[]TableStatus.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 TableStatusMethods in software.amazon.awssdk.services.dynamodb.model with parameters of type TableStatusModifier and TypeMethodDescriptionTableWarmThroughputDescription.Builder.status(TableStatus status) Represents warm throughput value of the base table.TableAutoScalingDescription.Builder.tableStatus(TableStatus tableStatus) The current state of the table:TableDescription.Builder.tableStatus(TableStatus tableStatus) The current state of the table: