Uses of Enum
software.amazon.awssdk.services.dynamodb.model.WitnessStatus
Packages that use WitnessStatus
-
Uses of WitnessStatus in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return WitnessStatusModifier and TypeMethodDescriptionstatic WitnessStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.static WitnessStatusReturns the enum constant of this type with the specified name.static WitnessStatus[]WitnessStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.final WitnessStatusGlobalTableWitnessDescription.witnessStatus()The current status of the witness Region in the MRSC global table.Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type WitnessStatusMethods in software.amazon.awssdk.services.dynamodb.model with parameters of type WitnessStatusModifier and TypeMethodDescriptionGlobalTableWitnessDescription.Builder.witnessStatus(WitnessStatus witnessStatus) The current status of the witness Region in the MRSC global table.