Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.UserPoolTierType
-
Packages that use UserPoolTierType Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of UserPoolTierType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return UserPoolTierType Modifier and Type Method Description static UserPoolTierTypeUserPoolTierType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.UserPoolTierTypeCreateUserPoolRequest. userPoolTier()The user pool feature plan, or tier.UserPoolTierTypeUpdateUserPoolRequest. userPoolTier()The user pool feature plan, or tier.UserPoolTierTypeUserPoolType. userPoolTier()The user pool feature plan, or tier.static UserPoolTierTypeUserPoolTierType. valueOf(String name)Returns 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 UserPoolTierType Modifier and Type Method Description static Set<UserPoolTierType>UserPoolTierType. knownValues()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type UserPoolTierType Modifier and Type Method Description CreateUserPoolRequest.BuilderCreateUserPoolRequest.Builder. userPoolTier(UserPoolTierType userPoolTier)The user pool feature plan, or tier.UpdateUserPoolRequest.BuilderUpdateUserPoolRequest.Builder. userPoolTier(UserPoolTierType userPoolTier)The user pool feature plan, or tier.UserPoolType.BuilderUserPoolType.Builder. userPoolTier(UserPoolTierType userPoolTier)The user pool feature plan, or tier.
-