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 CreateTableResultAbstractAmazonDynamoDB. createTable(CreateTableRequest request)CreateTableResultAbstractAmazonDynamoDB. createTable(List<AttributeDefinition> attributeDefinitions, String tableName, List<KeySchemaElement> keySchema, ProvisionedThroughput provisionedThroughput)CreateTableResultAmazonDynamoDB. createTable(CreateTableRequest createTableRequest)The CreateTable operation adds a new table to your account.CreateTableResultAmazonDynamoDB. createTable(List<AttributeDefinition> attributeDefinitions, String tableName, List<KeySchemaElement> keySchema, ProvisionedThroughput provisionedThroughput)Simplified method form for invoking the CreateTable operation.CreateTableResultAmazonDynamoDBClient. createTable(CreateTableRequest createTableRequest)The CreateTable operation adds a new table to your account.CreateTableResultAmazonDynamoDBClient. 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 CreateTableResultCreateTableResult. clone()CreateTableResultCreateTableResult. withTableDescription(TableDescription tableDescription)
-