Uses of Enum
software.amazon.awssdk.services.cognitoidentityprovider.model.ReplicaRoleType
Packages that use ReplicaRoleType
-
Uses of ReplicaRoleType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return ReplicaRoleTypeModifier and TypeMethodDescriptionstatic ReplicaRoleTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final ReplicaRoleTypeUserPoolReplicaType.role()The role of the user pool replica that determines which API operations are enabled.static ReplicaRoleTypeReturns the enum constant of this type with the specified name.static ReplicaRoleType[]ReplicaRoleType.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 ReplicaRoleTypeMethods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type ReplicaRoleTypeModifier and TypeMethodDescriptionUserPoolReplicaType.Builder.role(ReplicaRoleType role) The role of the user pool replica that determines which API operations are enabled.