Uses of Enum
software.amazon.awssdk.services.cognitoidentityprovider.model.UserPoolTierType
Packages that use UserPoolTierType
-
Uses of UserPoolTierType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return UserPoolTierTypeModifier and TypeMethodDescriptionstatic UserPoolTierTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final UserPoolTierTypeCreateUserPoolRequest.userPoolTier()The user pool feature plan, or tier.final UserPoolTierTypeUpdateUserPoolRequest.userPoolTier()The user pool feature plan, or tier.final UserPoolTierTypeUserPoolType.userPoolTier()The user pool feature plan, or tier.static UserPoolTierTypeReturns the enum constant of this type with the specified name.static UserPoolTierType[]UserPoolTierType.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 UserPoolTierTypeMethods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type UserPoolTierTypeModifier and TypeMethodDescriptionCreateUserPoolRequest.Builder.userPoolTier(UserPoolTierType userPoolTier) The user pool feature plan, or tier.UpdateUserPoolRequest.Builder.userPoolTier(UserPoolTierType userPoolTier) The user pool feature plan, or tier.UserPoolType.Builder.userPoolTier(UserPoolTierType userPoolTier) The user pool feature plan, or tier.