| Package | Description |
|---|---|
| software.amazon.awscdk.services.dynamodb |
Amazon DynamoDB Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
AttributeType |
Attribute.getType()
(experimental) The data type of an attribute.
|
AttributeType |
Attribute.Jsii$Proxy.getType() |
static AttributeType |
AttributeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttributeType[] |
AttributeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Attribute.Builder |
Attribute.Builder.type(AttributeType type)
Sets the value of
Attribute.getType() |
| Constructor and Description |
|---|
Jsii$Proxy(String name,
AttributeType type)
Constructor that initializes the object based on literal property values passed by the
Attribute.Builder. |
Copyright © 2021. All rights reserved.