Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
TableCreationParameters |
TableCreationParameters.clone() |
TableCreationParameters |
ImportTableDescription.getTableCreationParameters()
The parameters for the new table that is being imported into.
|
TableCreationParameters |
ImportTableRequest.getTableCreationParameters()
Parameters for the table to import the data into.
|
TableCreationParameters |
TableCreationParameters.withAttributeDefinitions(AttributeDefinition... attributeDefinitions)
The attributes of the table created as part of the import operation.
|
TableCreationParameters |
TableCreationParameters.withAttributeDefinitions(Collection<AttributeDefinition> attributeDefinitions)
The attributes of the table created as part of the import operation.
|
TableCreationParameters |
TableCreationParameters.withBillingMode(BillingMode billingMode)
The billing mode for provisioning the table created as part of the import operation.
|
TableCreationParameters |
TableCreationParameters.withBillingMode(String billingMode)
The billing mode for provisioning the table created as part of the import operation.
|
TableCreationParameters |
TableCreationParameters.withGlobalSecondaryIndexes(Collection<GlobalSecondaryIndex> globalSecondaryIndexes)
The Global Secondary Indexes (GSI) of the table to be created as part of the import operation.
|
TableCreationParameters |
TableCreationParameters.withGlobalSecondaryIndexes(GlobalSecondaryIndex... globalSecondaryIndexes)
The Global Secondary Indexes (GSI) of the table to be created as part of the import operation.
|
TableCreationParameters |
TableCreationParameters.withKeySchema(Collection<KeySchemaElement> keySchema)
The primary key and option sort key of the table created as part of the import operation.
|
TableCreationParameters |
TableCreationParameters.withKeySchema(KeySchemaElement... keySchema)
The primary key and option sort key of the table created as part of the import operation.
|
TableCreationParameters |
TableCreationParameters.withOnDemandThroughput(OnDemandThroughput onDemandThroughput) |
TableCreationParameters |
TableCreationParameters.withProvisionedThroughput(ProvisionedThroughput provisionedThroughput) |
TableCreationParameters |
TableCreationParameters.withSSESpecification(SSESpecification sSESpecification) |
TableCreationParameters |
TableCreationParameters.withTableName(String tableName)
The name of the table created as part of the import operation.
|
Modifier and Type | Method and Description |
---|---|
void |
ImportTableDescription.setTableCreationParameters(TableCreationParameters tableCreationParameters)
The parameters for the new table that is being imported into.
|
void |
ImportTableRequest.setTableCreationParameters(TableCreationParameters tableCreationParameters)
Parameters for the table to import the data into.
|
ImportTableDescription |
ImportTableDescription.withTableCreationParameters(TableCreationParameters tableCreationParameters)
The parameters for the new table that is being imported into.
|
ImportTableRequest |
ImportTableRequest.withTableCreationParameters(TableCreationParameters tableCreationParameters)
Parameters for the table to import the data into.
|
Copyright © 2024. All rights reserved.