Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.AliasAttributeType
-
Packages that use AliasAttributeType Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of AliasAttributeType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return AliasAttributeType Modifier and Type Method Description static AliasAttributeTypeAliasAttributeType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AliasAttributeTypeAliasAttributeType. valueOf(String name)Returns the enum constant of this type with the specified name.static AliasAttributeType[]AliasAttributeType. 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 AliasAttributeType Modifier and Type Method Description List<AliasAttributeType>CreateUserPoolRequest. aliasAttributes()Attributes supported as an alias for this user pool.List<AliasAttributeType>UserPoolType. aliasAttributes()The attributes that are aliased in a user pool.static Set<AliasAttributeType>AliasAttributeType. knownValues()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type AliasAttributeType Modifier and Type Method Description CreateUserPoolRequest.BuilderCreateUserPoolRequest.Builder. aliasAttributes(AliasAttributeType... aliasAttributes)Attributes supported as an alias for this user pool.UserPoolType.BuilderUserPoolType.Builder. aliasAttributes(AliasAttributeType... aliasAttributes)The attributes that are aliased in a user pool.Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type AliasAttributeType Modifier and Type Method Description CreateUserPoolRequest.BuilderCreateUserPoolRequest.Builder. aliasAttributes(Collection<AliasAttributeType> aliasAttributes)Attributes supported as an alias for this user pool.UserPoolType.BuilderUserPoolType.Builder. aliasAttributes(Collection<AliasAttributeType> aliasAttributes)The attributes that are aliased in a user pool.
-