Package | Description |
---|---|
com.amazonaws.services.dynamodbv2 |
|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
CreateTableResult |
AbstractAmazonDynamoDB.createTable(CreateTableRequest request) |
CreateTableResult |
AmazonDynamoDBClient.createTable(CreateTableRequest request)
The
CreateTable operation adds a new table to your account. |
CreateTableResult |
AmazonDynamoDB.createTable(CreateTableRequest createTableRequest)
The
CreateTable operation adds a new table to your account. |
CreateTableResult |
AbstractAmazonDynamoDB.createTable(List<AttributeDefinition> attributeDefinitions,
String tableName,
List<KeySchemaElement> keySchema,
ProvisionedThroughput provisionedThroughput) |
CreateTableResult |
AmazonDynamoDBClient.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.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateTableResult> |
AbstractAmazonDynamoDBAsync.createTableAsync(CreateTableRequest request) |
Future<CreateTableResult> |
AmazonDynamoDBAsync.createTableAsync(CreateTableRequest createTableRequest)
The
CreateTable operation adds a new table to your account. |
Future<CreateTableResult> |
AmazonDynamoDBAsyncClient.createTableAsync(CreateTableRequest request) |
Future<CreateTableResult> |
AbstractAmazonDynamoDBAsync.createTableAsync(CreateTableRequest request,
AsyncHandler<CreateTableRequest,CreateTableResult> asyncHandler) |
Future<CreateTableResult> |
AmazonDynamoDBAsync.createTableAsync(CreateTableRequest createTableRequest,
AsyncHandler<CreateTableRequest,CreateTableResult> asyncHandler)
The
CreateTable operation adds a new table to your account. |
Future<CreateTableResult> |
AmazonDynamoDBAsyncClient.createTableAsync(CreateTableRequest request,
AsyncHandler<CreateTableRequest,CreateTableResult> asyncHandler) |
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)
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,
AsyncHandler<CreateTableRequest,CreateTableResult> asyncHandler)
Simplified method form for invoking the CreateTable operation with an AsyncHandler.
|
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.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateTableResult> |
AbstractAmazonDynamoDBAsync.createTableAsync(CreateTableRequest request,
AsyncHandler<CreateTableRequest,CreateTableResult> asyncHandler) |
Future<CreateTableResult> |
AmazonDynamoDBAsync.createTableAsync(CreateTableRequest createTableRequest,
AsyncHandler<CreateTableRequest,CreateTableResult> asyncHandler)
The
CreateTable operation adds a new table to your account. |
Future<CreateTableResult> |
AmazonDynamoDBAsyncClient.createTableAsync(CreateTableRequest request,
AsyncHandler<CreateTableRequest,CreateTableResult> 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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
CreateTableResult |
CreateTableResult.clone() |
CreateTableResult |
CreateTableResult.withTableDescription(TableDescription tableDescription)
Represents the properties of the table.
|
Copyright © 2019. All rights reserved.