Package | Description |
---|---|
com.amazonaws.services.dynamodbv2 |
|
com.amazonaws.services.dynamodbv2.document | |
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
CreateTableResult |
AbstractAmazonDynamoDB.createTable(List<AttributeDefinition> attributeDefinitions,
String tableName,
List<KeySchemaElement> keySchema,
ProvisionedThroughput provisionedThroughput) |
CreateTableResult |
AmazonDynamoDB.createTable(List<AttributeDefinition> attributeDefinitions,
String tableName,
List<KeySchemaElement> keySchema,
ProvisionedThroughput provisionedThroughput)
Simplified method form for invoking the CreateTable operation.
|
CreateTableResult |
AmazonDynamoDBClient.createTable(List<AttributeDefinition> attributeDefinitions,
String tableName,
List<KeySchemaElement> keySchema,
ProvisionedThroughput provisionedThroughput) |
Future<CreateTableResult> |
AmazonDynamoDBAsync.createTableAsync(List<AttributeDefinition> attributeDefinitions,
String tableName,
List<KeySchemaElement> keySchema,
ProvisionedThroughput provisionedThroughput)
Simplified method form for invoking the CreateTable operation.
|
Future<CreateTableResult> |
AmazonDynamoDBAsyncClient.createTableAsync(List<AttributeDefinition> attributeDefinitions,
String tableName,
List<KeySchemaElement> keySchema,
ProvisionedThroughput provisionedThroughput)
Simplified method form for invoking the CreateTable operation.
|
Future<CreateTableResult> |
AbstractAmazonDynamoDBAsync.createTableAsync(List<AttributeDefinition> attributeDefinitions,
String tableName,
List<KeySchemaElement> keySchema,
ProvisionedThroughput provisionedThroughput)
Simplified method form for invoking the CreateTable operation.
|
Future<CreateTableResult> |
AmazonDynamoDBAsync.createTableAsync(List<AttributeDefinition> attributeDefinitions,
String tableName,
List<KeySchemaElement> keySchema,
ProvisionedThroughput provisionedThroughput,
AsyncHandler<CreateTableRequest,CreateTableResult> asyncHandler)
Simplified method form for invoking the CreateTable operation with an AsyncHandler.
|
Future<CreateTableResult> |
AmazonDynamoDBAsyncClient.createTableAsync(List<AttributeDefinition> attributeDefinitions,
String tableName,
List<KeySchemaElement> keySchema,
ProvisionedThroughput provisionedThroughput,
AsyncHandler<CreateTableRequest,CreateTableResult> asyncHandler)
Simplified method form for invoking the CreateTable operation with an AsyncHandler.
|
Future<CreateTableResult> |
AbstractAmazonDynamoDBAsync.createTableAsync(List<AttributeDefinition> attributeDefinitions,
String tableName,
List<KeySchemaElement> keySchema,
ProvisionedThroughput provisionedThroughput,
AsyncHandler<CreateTableRequest,CreateTableResult> asyncHandler)
Simplified method form for invoking the CreateTable operation with an AsyncHandler.
|
Modifier and Type | Method and Description |
---|---|
Table |
DynamoDB.createTable(String tableName,
List<KeySchemaElement> keySchema,
List<AttributeDefinition> attributeDefinitions,
ProvisionedThroughput provisionedThroughput)
Creates the specified table in DynamoDB.
|
Modifier and Type | Method and Description |
---|---|
KeySchemaElement |
KeySchemaElement.clone() |
KeySchemaElement |
KeySchemaElement.withAttributeName(String attributeName)
The name of a key attribute.
|
KeySchemaElement |
KeySchemaElement.withKeyType(KeyType keyType)
The role that this key attribute will assume:
|
KeySchemaElement |
KeySchemaElement.withKeyType(String keyType)
The role that this key attribute will assume:
|
Modifier and Type | Method and Description |
---|---|
List<KeySchemaElement> |
StreamDescription.getKeySchema()
The key attribute(s) of the stream's DynamoDB table.
|
List<KeySchemaElement> |
GlobalSecondaryIndexInfo.getKeySchema()
The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and
key types:
|
List<KeySchemaElement> |
CreateGlobalSecondaryIndexAction.getKeySchema()
The key schema for the global secondary index.
|
List<KeySchemaElement> |
LocalSecondaryIndex.getKeySchema()
The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key
types:
|
List<KeySchemaElement> |
LocalSecondaryIndexDescription.getKeySchema()
The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key
types:
|
List<KeySchemaElement> |
GlobalSecondaryIndexDescription.getKeySchema()
The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and
key types:
|
List<KeySchemaElement> |
GlobalSecondaryIndex.getKeySchema()
The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and
key types:
|
List<KeySchemaElement> |
CreateTableRequest.getKeySchema()
Specifies the attributes that make up the primary key for a table or an index.
|
List<KeySchemaElement> |
LocalSecondaryIndexInfo.getKeySchema()
The complete key schema for a local secondary index, which consists of one or more pairs of attribute names and
key types:
|
List<KeySchemaElement> |
SourceTableDetails.getKeySchema()
Schema of the table.
|
List<KeySchemaElement> |
TableDescription.getKeySchema()
The primary key structure for the table.
|
Modifier and Type | Method and Description |
---|---|
StreamDescription |
StreamDescription.withKeySchema(KeySchemaElement... keySchema)
The key attribute(s) of the stream's DynamoDB table.
|
GlobalSecondaryIndexInfo |
GlobalSecondaryIndexInfo.withKeySchema(KeySchemaElement... keySchema)
The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and
key types:
|
CreateGlobalSecondaryIndexAction |
CreateGlobalSecondaryIndexAction.withKeySchema(KeySchemaElement... keySchema)
The key schema for the global secondary index.
|
LocalSecondaryIndex |
LocalSecondaryIndex.withKeySchema(KeySchemaElement... keySchema)
The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key
types:
|
LocalSecondaryIndexDescription |
LocalSecondaryIndexDescription.withKeySchema(KeySchemaElement... keySchema)
The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key
types:
|
GlobalSecondaryIndexDescription |
GlobalSecondaryIndexDescription.withKeySchema(KeySchemaElement... keySchema)
The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and
key types:
|
GlobalSecondaryIndex |
GlobalSecondaryIndex.withKeySchema(KeySchemaElement... keySchema)
The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and
key types:
|
CreateTableRequest |
CreateTableRequest.withKeySchema(KeySchemaElement... keySchema)
Specifies the attributes that make up the primary key for a table or an index.
|
LocalSecondaryIndexInfo |
LocalSecondaryIndexInfo.withKeySchema(KeySchemaElement... keySchema)
The complete key schema for a local secondary index, which consists of one or more pairs of attribute names and
key types:
|
SourceTableDetails |
SourceTableDetails.withKeySchema(KeySchemaElement... keySchema)
Schema of the table.
|
TableDescription |
TableDescription.withKeySchema(KeySchemaElement... keySchema)
The primary key structure for the table.
|
Modifier and Type | Method and Description |
---|---|
void |
StreamDescription.setKeySchema(Collection<KeySchemaElement> keySchema)
The key attribute(s) of the stream's DynamoDB table.
|
void |
GlobalSecondaryIndexInfo.setKeySchema(Collection<KeySchemaElement> keySchema)
The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and
key types:
|
void |
CreateGlobalSecondaryIndexAction.setKeySchema(Collection<KeySchemaElement> keySchema)
The key schema for the global secondary index.
|
void |
LocalSecondaryIndex.setKeySchema(Collection<KeySchemaElement> keySchema)
The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key
types:
|
void |
LocalSecondaryIndexDescription.setKeySchema(Collection<KeySchemaElement> keySchema)
The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key
types:
|
void |
GlobalSecondaryIndexDescription.setKeySchema(Collection<KeySchemaElement> keySchema)
The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and
key types:
|
void |
GlobalSecondaryIndex.setKeySchema(Collection<KeySchemaElement> keySchema)
The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and
key types:
|
void |
CreateTableRequest.setKeySchema(Collection<KeySchemaElement> keySchema)
Specifies the attributes that make up the primary key for a table or an index.
|
void |
LocalSecondaryIndexInfo.setKeySchema(Collection<KeySchemaElement> keySchema)
The complete key schema for a local secondary index, which consists of one or more pairs of attribute names and
key types:
|
void |
SourceTableDetails.setKeySchema(Collection<KeySchemaElement> keySchema)
Schema of the table.
|
void |
TableDescription.setKeySchema(Collection<KeySchemaElement> keySchema)
The primary key structure for the table.
|
StreamDescription |
StreamDescription.withKeySchema(Collection<KeySchemaElement> keySchema)
The key attribute(s) of the stream's DynamoDB table.
|
GlobalSecondaryIndexInfo |
GlobalSecondaryIndexInfo.withKeySchema(Collection<KeySchemaElement> keySchema)
The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and
key types:
|
CreateGlobalSecondaryIndexAction |
CreateGlobalSecondaryIndexAction.withKeySchema(Collection<KeySchemaElement> keySchema)
The key schema for the global secondary index.
|
LocalSecondaryIndex |
LocalSecondaryIndex.withKeySchema(Collection<KeySchemaElement> keySchema)
The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key
types:
|
LocalSecondaryIndexDescription |
LocalSecondaryIndexDescription.withKeySchema(Collection<KeySchemaElement> keySchema)
The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key
types:
|
GlobalSecondaryIndexDescription |
GlobalSecondaryIndexDescription.withKeySchema(Collection<KeySchemaElement> keySchema)
The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and
key types:
|
GlobalSecondaryIndex |
GlobalSecondaryIndex.withKeySchema(Collection<KeySchemaElement> keySchema)
The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and
key types:
|
CreateTableRequest |
CreateTableRequest.withKeySchema(Collection<KeySchemaElement> keySchema)
Specifies the attributes that make up the primary key for a table or an index.
|
LocalSecondaryIndexInfo |
LocalSecondaryIndexInfo.withKeySchema(Collection<KeySchemaElement> keySchema)
The complete key schema for a local secondary index, which consists of one or more pairs of attribute names and
key types:
|
SourceTableDetails |
SourceTableDetails.withKeySchema(Collection<KeySchemaElement> keySchema)
Schema of the table.
|
TableDescription |
TableDescription.withKeySchema(Collection<KeySchemaElement> keySchema)
The primary key structure for the table.
|
Constructor and Description |
---|
CreateTableRequest(List<AttributeDefinition> attributeDefinitions,
String tableName,
List<KeySchemaElement> keySchema,
ProvisionedThroughput provisionedThroughput)
Constructs a new CreateTableRequest object.
|
CreateTableRequest(String tableName,
List<KeySchemaElement> keySchema)
Constructs a new CreateTableRequest object.
|
Copyright © 2020. All rights reserved.