Uses of Enum
software.amazon.awssdk.services.dynamodb.model.ReplicaStatus
Packages that use ReplicaStatus
-
Uses of ReplicaStatus in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return ReplicaStatusModifier and TypeMethodDescriptionstatic ReplicaStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final ReplicaStatusReplicaAutoScalingDescription.replicaStatus()The current state of the replica:final ReplicaStatusReplicaDescription.replicaStatus()The current state of the replica:final ReplicaStatusReplicaSettingsDescription.replicaStatus()The current state of the Region:static ReplicaStatusReturns the enum constant of this type with the specified name.static ReplicaStatus[]ReplicaStatus.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 ReplicaStatusMethods in software.amazon.awssdk.services.dynamodb.model with parameters of type ReplicaStatusModifier and TypeMethodDescriptionReplicaAutoScalingDescription.Builder.replicaStatus(ReplicaStatus replicaStatus) The current state of the replica:ReplicaDescription.Builder.replicaStatus(ReplicaStatus replicaStatus) The current state of the replica:ReplicaSettingsDescription.Builder.replicaStatus(ReplicaStatus replicaStatus) The current state of the Region: