Package | Description |
---|---|
software.amazon.awssdk.services.dynamodb.model |
Modifier and Type | Method and Description |
---|---|
List<AttributeDefinition> |
TableDescription.attributeDefinitions()
An array of
AttributeDefinition objects. |
List<AttributeDefinition> |
CreateTableRequest.attributeDefinitions()
An array of attributes that describe the key schema for the table and indexes.
|
List<AttributeDefinition> |
TableCreationParameters.attributeDefinitions()
The attributes of the table created as part of the import operation.
|
List<AttributeDefinition> |
UpdateTableRequest.attributeDefinitions()
An array of attributes that describe the key schema for the table and indexes.
|
Modifier and Type | Method and Description |
---|---|
TableDescription.Builder |
TableDescription.Builder.attributeDefinitions(AttributeDefinition... attributeDefinitions)
An array of
AttributeDefinition objects. |
CreateTableRequest.Builder |
CreateTableRequest.Builder.attributeDefinitions(AttributeDefinition... attributeDefinitions)
An array of attributes that describe the key schema for the table and indexes.
|
TableCreationParameters.Builder |
TableCreationParameters.Builder.attributeDefinitions(AttributeDefinition... attributeDefinitions)
The attributes of the table created as part of the import operation.
|
UpdateTableRequest.Builder |
UpdateTableRequest.Builder.attributeDefinitions(AttributeDefinition... attributeDefinitions)
An array of attributes that describe the key schema for the table and indexes.
|
Modifier and Type | Method and Description |
---|---|
TableDescription.Builder |
TableDescription.Builder.attributeDefinitions(Collection<AttributeDefinition> attributeDefinitions)
An array of
AttributeDefinition objects. |
CreateTableRequest.Builder |
CreateTableRequest.Builder.attributeDefinitions(Collection<AttributeDefinition> attributeDefinitions)
An array of attributes that describe the key schema for the table and indexes.
|
TableCreationParameters.Builder |
TableCreationParameters.Builder.attributeDefinitions(Collection<AttributeDefinition> attributeDefinitions)
The attributes of the table created as part of the import operation.
|
UpdateTableRequest.Builder |
UpdateTableRequest.Builder.attributeDefinitions(Collection<AttributeDefinition> attributeDefinitions)
An array of attributes that describe the key schema for the table and indexes.
|
Copyright © 2023. All rights reserved.