Uses of Class
com.amazonaws.services.dynamodbv2.model.CreateTableResult

Packages that use CreateTableResult
com.amazonaws.services.dynamodbv2 Synchronous and asynchronous client classes for accessing AmazonDynamoDBv2. 
com.amazonaws.services.dynamodbv2.model Classes modeling the various types represented by AmazonDynamoDBv2. 
 

Uses of CreateTableResult in com.amazonaws.services.dynamodbv2
 

Methods in com.amazonaws.services.dynamodbv2 that return CreateTableResult
 CreateTableResult AmazonDynamoDBClient.createTable(CreateTableRequest createTableRequest)
           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 AmazonDynamoDBClient.createTable(List<AttributeDefinition> attributeDefinitions, String tableName, List<KeySchemaElement> keySchema, ProvisionedThroughput provisionedThroughput)
           The CreateTable operation adds a new table to your account.
 CreateTableResult AmazonDynamoDB.createTable(List<AttributeDefinition> attributeDefinitions, String tableName, List<KeySchemaElement> keySchema, ProvisionedThroughput provisionedThroughput)
           The CreateTable operation adds a new table to your account.
 

Methods in com.amazonaws.services.dynamodbv2 that return types with arguments of type CreateTableResult
 Future<CreateTableResult> AmazonDynamoDBAsyncClient.createTableAsync(CreateTableRequest createTableRequest)
           The CreateTable operation adds a new table to your account.
 Future<CreateTableResult> AmazonDynamoDBAsync.createTableAsync(CreateTableRequest createTableRequest)
           The CreateTable operation adds a new table to your account.
 Future<CreateTableResult> AmazonDynamoDBAsyncClient.createTableAsync(CreateTableRequest createTableRequest, AsyncHandler<CreateTableRequest,CreateTableResult> asyncHandler)
           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.
 

Method parameters in com.amazonaws.services.dynamodbv2 with type arguments of type CreateTableResult
 Future<CreateTableResult> AmazonDynamoDBAsyncClient.createTableAsync(CreateTableRequest createTableRequest, AsyncHandler<CreateTableRequest,CreateTableResult> asyncHandler)
           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.
 

Uses of CreateTableResult in com.amazonaws.services.dynamodbv2.model
 

Methods in com.amazonaws.services.dynamodbv2.model that return CreateTableResult
 CreateTableResult CreateTableResult.withTableDescription(TableDescription tableDescription)
          Represents the properties of a table.
 



Copyright © 2016. All rights reserved.