Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.AttributeDataType
-
Packages that use AttributeDataType Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of AttributeDataType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return AttributeDataType Modifier and Type Method Description AttributeDataTypeSchemaAttributeType. attributeDataType()The data format of the values for your attribute.static AttributeDataTypeAttributeDataType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AttributeDataTypeAttributeDataType. valueOf(String name)Returns the enum constant of this type with the specified name.static AttributeDataType[]AttributeDataType. 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 AttributeDataType Modifier and Type Method Description static Set<AttributeDataType>AttributeDataType. knownValues()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type AttributeDataType Modifier and Type Method Description SchemaAttributeType.BuilderSchemaAttributeType.Builder. attributeDataType(AttributeDataType attributeDataType)The data format of the values for your attribute.
-