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