Uses of Enum
software.amazon.awssdk.services.cognitoidentityprovider.model.AliasAttributeType
Packages that use AliasAttributeType
-
Uses of AliasAttributeType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return AliasAttributeTypeModifier and TypeMethodDescriptionstatic AliasAttributeTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static AliasAttributeTypeReturns 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 AliasAttributeTypeModifier and TypeMethodDescriptionfinal List<AliasAttributeType>CreateUserPoolRequest.aliasAttributes()Attributes supported as an alias for this user pool.final List<AliasAttributeType>UserPoolType.aliasAttributes()Attributes supported as an alias for this user pool.static Set<AliasAttributeType>AliasAttributeType.knownValues()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type AliasAttributeTypeModifier and TypeMethodDescriptionCreateUserPoolRequest.Builder.aliasAttributes(AliasAttributeType... aliasAttributes) Attributes supported as an alias for this user pool.UserPoolType.Builder.aliasAttributes(AliasAttributeType... aliasAttributes) Attributes supported as an alias for this user pool.Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type AliasAttributeTypeModifier and TypeMethodDescriptionCreateUserPoolRequest.Builder.aliasAttributes(Collection<AliasAttributeType> aliasAttributes) Attributes supported as an alias for this user pool.UserPoolType.Builder.aliasAttributes(Collection<AliasAttributeType> aliasAttributes) Attributes supported as an alias for this user pool.