Uses of Enum
software.amazon.awssdk.services.cognitoidentityprovider.model.UpdateReplicaStatusType
Packages that use UpdateReplicaStatusType
-
Uses of UpdateReplicaStatusType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return UpdateReplicaStatusTypeModifier and TypeMethodDescriptionstatic UpdateReplicaStatusTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final UpdateReplicaStatusTypeUpdateUserPoolReplicaRequest.status()The status to set for the replica.static UpdateReplicaStatusTypeReturns the enum constant of this type with the specified name.static UpdateReplicaStatusType[]UpdateReplicaStatusType.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 UpdateReplicaStatusTypeModifier and TypeMethodDescriptionstatic Set<UpdateReplicaStatusType>UpdateReplicaStatusType.knownValues()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type UpdateReplicaStatusTypeModifier and TypeMethodDescriptionUpdateUserPoolReplicaRequest.Builder.status(UpdateReplicaStatusType status) The status to set for the replica.