Uses of Enum
software.amazon.awssdk.services.cognitoidentityprovider.model.AttributeDataType
Packages that use AttributeDataType
-
Uses of AttributeDataType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return AttributeDataTypeModifier and TypeMethodDescriptionfinal AttributeDataTypeSchemaAttributeType.attributeDataType()The data format of the values for your attribute.static AttributeDataTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static AttributeDataTypeReturns 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 AttributeDataTypeMethods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type AttributeDataTypeModifier and TypeMethodDescriptionSchemaAttributeType.Builder.attributeDataType(AttributeDataType attributeDataType) The data format of the values for your attribute.