Uses of Class
com.amazonaws.services.dynamodbv2.model.CreateTableResult
-
Packages that use CreateTableResult Package Description com.amazonaws.services.dynamodbv2 com.amazonaws.services.dynamodbv2.model -
-
Uses of CreateTableResult in com.amazonaws.services.dynamodbv2
Methods in com.amazonaws.services.dynamodbv2 that return CreateTableResult Modifier and Type Method Description CreateTableResult
AbstractAmazonDynamoDB. createTable(CreateTableRequest request)
CreateTableResult
AbstractAmazonDynamoDB. createTable(List<AttributeDefinition> attributeDefinitions, String tableName, List<KeySchemaElement> keySchema, ProvisionedThroughput provisionedThroughput)
CreateTableResult
AmazonDynamoDB. createTable(CreateTableRequest createTableRequest)
The CreateTable operation adds a new table to your account.CreateTableResult
AmazonDynamoDB. createTable(List<AttributeDefinition> attributeDefinitions, String tableName, List<KeySchemaElement> keySchema, ProvisionedThroughput provisionedThroughput)
Simplified method form for invoking the CreateTable operation.CreateTableResult
AmazonDynamoDBClient. createTable(CreateTableRequest createTableRequest)
The CreateTable operation adds a new table to your account.CreateTableResult
AmazonDynamoDBClient. createTable(List<AttributeDefinition> attributeDefinitions, String tableName, List<KeySchemaElement> keySchema, ProvisionedThroughput provisionedThroughput)
Methods in com.amazonaws.services.dynamodbv2 that return types with arguments of type CreateTableResult Modifier and Type Method Description Future<CreateTableResult>
AbstractAmazonDynamoDBAsync. createTableAsync(CreateTableRequest request)
Future<CreateTableResult>
AbstractAmazonDynamoDBAsync. 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>
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(CreateTableRequest createTableRequest)
The CreateTable operation adds a new table to your account.Future<CreateTableResult>
AmazonDynamoDBAsync. createTableAsync(CreateTableRequest createTableRequest, AsyncHandler<CreateTableRequest,CreateTableResult> asyncHandler)
The CreateTable operation adds a new table to your account.Future<CreateTableResult>
AmazonDynamoDBAsync. 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(CreateTableRequest request)
Future<CreateTableResult>
AmazonDynamoDBAsyncClient. createTableAsync(CreateTableRequest request, AsyncHandler<CreateTableRequest,CreateTableResult> asyncHandler)
Future<CreateTableResult>
AmazonDynamoDBAsyncClient. 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, AsyncHandler<CreateTableRequest,CreateTableResult> asyncHandler)
Simplified method form for invoking the CreateTable operation with an AsyncHandler.Method parameters in com.amazonaws.services.dynamodbv2 with type arguments of type CreateTableResult Modifier and Type Method Description Future<CreateTableResult>
AbstractAmazonDynamoDBAsync. 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(CreateTableRequest createTableRequest, AsyncHandler<CreateTableRequest,CreateTableResult> asyncHandler)
The CreateTable operation adds a new table to your account.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(CreateTableRequest request, AsyncHandler<CreateTableRequest,CreateTableResult> 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. -
Uses of CreateTableResult in com.amazonaws.services.dynamodbv2.model
Methods in com.amazonaws.services.dynamodbv2.model that return CreateTableResult Modifier and Type Method Description CreateTableResult
CreateTableResult. clone()
CreateTableResult
CreateTableResult. withTableDescription(TableDescription tableDescription)
-