| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentityprovider.model |
| Modifier and Type | Method and Description |
|---|---|
AttributeDataType |
SchemaAttributeType.attributeDataType()
The attribute data type.
|
static AttributeDataType |
AttributeDataType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static AttributeDataType |
AttributeDataType.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<AttributeDataType> |
AttributeDataType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
SchemaAttributeType.Builder |
SchemaAttributeType.Builder.attributeDataType(AttributeDataType attributeDataType)
The attribute data type.
|
Copyright © 2019. All rights reserved.