Uses of Class
com.amazonaws.services.dynamodb.model.CreateTableRequest

Packages that use CreateTableRequest
com.amazonaws.services.dynamodb Synchronous and asynchronous client classes for accessing AmazonDynamoDB. 
com.amazonaws.services.dynamodb.model Classes modeling the various types represented by AmazonDynamoDB. 
 

Uses of CreateTableRequest in com.amazonaws.services.dynamodb
 

Methods in com.amazonaws.services.dynamodb with parameters of type CreateTableRequest
 CreateTableResult AmazonDynamoDBClient.createTable(CreateTableRequest createTableRequest)
          Deprecated.  Adds a new table to your account.
 CreateTableResult AmazonDynamoDB.createTable(CreateTableRequest createTableRequest)
          Deprecated.  Adds a new table to your account.
 Future<CreateTableResult> AmazonDynamoDBAsyncClient.createTableAsync(CreateTableRequest createTableRequest)
          Deprecated.  Adds a new table to your account.
 Future<CreateTableResult> AmazonDynamoDBAsync.createTableAsync(CreateTableRequest createTableRequest)
          Deprecated.  Adds a new table to your account.
 Future<CreateTableResult> AmazonDynamoDBAsyncClient.createTableAsync(CreateTableRequest createTableRequest, AsyncHandler<CreateTableRequest,CreateTableResult> asyncHandler)
          Deprecated.  Adds a new table to your account.
 Future<CreateTableResult> AmazonDynamoDBAsync.createTableAsync(CreateTableRequest createTableRequest, AsyncHandler<CreateTableRequest,CreateTableResult> asyncHandler)
          Deprecated.  Adds a new table to your account.
 

Method parameters in com.amazonaws.services.dynamodb with type arguments of type CreateTableRequest
 Future<CreateTableResult> AmazonDynamoDBAsyncClient.createTableAsync(CreateTableRequest createTableRequest, AsyncHandler<CreateTableRequest,CreateTableResult> asyncHandler)
          Deprecated.  Adds a new table to your account.
 Future<CreateTableResult> AmazonDynamoDBAsync.createTableAsync(CreateTableRequest createTableRequest, AsyncHandler<CreateTableRequest,CreateTableResult> asyncHandler)
          Deprecated.  Adds a new table to your account.
 

Uses of CreateTableRequest in com.amazonaws.services.dynamodb.model
 

Methods in com.amazonaws.services.dynamodb.model that return CreateTableRequest
 CreateTableRequest CreateTableRequest.withKeySchema(KeySchema keySchema)
          Deprecated. The KeySchema identifies the primary key as a one attribute primary key (hash) or a composite two attribute (hash-and-range) primary key.
 CreateTableRequest CreateTableRequest.withProvisionedThroughput(ProvisionedThroughput provisionedThroughput)
          Deprecated. Provisioned throughput reserves the required read and write resources for your table in terms of ReadCapacityUnits and WriteCapacityUnits.
 CreateTableRequest CreateTableRequest.withTableName(String tableName)
          Deprecated. The name of the table you want to create.
 



Copyright © 2016. All rights reserved.