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

Packages that use ListTablesRequest
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 ListTablesRequest in com.amazonaws.services.dynamodb
 

Methods in com.amazonaws.services.dynamodb with parameters of type ListTablesRequest
 ListTablesResult AmazonDynamoDBClient.listTables(ListTablesRequest listTablesRequest)
          Deprecated.  Retrieves a paginated list of table names created by the AWS Account of the caller in the AWS Region (e.g.
 ListTablesResult AmazonDynamoDB.listTables(ListTablesRequest listTablesRequest)
          Deprecated.  Retrieves a paginated list of table names created by the AWS Account of the caller in the AWS Region (e.g.
 Future<ListTablesResult> AmazonDynamoDBAsyncClient.listTablesAsync(ListTablesRequest listTablesRequest)
          Deprecated.  Retrieves a paginated list of table names created by the AWS Account of the caller in the AWS Region (e.g.
 Future<ListTablesResult> AmazonDynamoDBAsync.listTablesAsync(ListTablesRequest listTablesRequest)
          Deprecated.  Retrieves a paginated list of table names created by the AWS Account of the caller in the AWS Region (e.g.
 Future<ListTablesResult> AmazonDynamoDBAsyncClient.listTablesAsync(ListTablesRequest listTablesRequest, AsyncHandler<ListTablesRequest,ListTablesResult> asyncHandler)
          Deprecated.  Retrieves a paginated list of table names created by the AWS Account of the caller in the AWS Region (e.g.
 Future<ListTablesResult> AmazonDynamoDBAsync.listTablesAsync(ListTablesRequest listTablesRequest, AsyncHandler<ListTablesRequest,ListTablesResult> asyncHandler)
          Deprecated.  Retrieves a paginated list of table names created by the AWS Account of the caller in the AWS Region (e.g.
 

Method parameters in com.amazonaws.services.dynamodb with type arguments of type ListTablesRequest
 Future<ListTablesResult> AmazonDynamoDBAsyncClient.listTablesAsync(ListTablesRequest listTablesRequest, AsyncHandler<ListTablesRequest,ListTablesResult> asyncHandler)
          Deprecated.  Retrieves a paginated list of table names created by the AWS Account of the caller in the AWS Region (e.g.
 Future<ListTablesResult> AmazonDynamoDBAsync.listTablesAsync(ListTablesRequest listTablesRequest, AsyncHandler<ListTablesRequest,ListTablesResult> asyncHandler)
          Deprecated.  Retrieves a paginated list of table names created by the AWS Account of the caller in the AWS Region (e.g.
 

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

Methods in com.amazonaws.services.dynamodb.model that return ListTablesRequest
 ListTablesRequest ListTablesRequest.withExclusiveStartTableName(String exclusiveStartTableName)
          Deprecated. The name of the table that starts the list.
 ListTablesRequest ListTablesRequest.withLimit(Integer limit)
          Deprecated. A number of maximum table names to return.
 



Copyright © 2016. All rights reserved.