Uses of Enum
software.amazon.awssdk.services.cognitoidentityprovider.model.ReplicaStatusType
Packages that use ReplicaStatusType
-
Uses of ReplicaStatusType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return ReplicaStatusTypeModifier and TypeMethodDescriptionstatic ReplicaStatusTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final ReplicaStatusTypeUserPoolReplicaType.status()The current status of the replica.static ReplicaStatusTypeReturns the enum constant of this type with the specified name.static ReplicaStatusType[]ReplicaStatusType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type ReplicaStatusTypeMethods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type ReplicaStatusTypeModifier and TypeMethodDescriptionUserPoolReplicaType.Builder.status(ReplicaStatusType status) The current status of the replica.