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

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

Methods in com.amazonaws.services.dynamodb that return ListTablesResult
 ListTablesResult AmazonDynamoDBClient.listTables()
          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()
          Deprecated.  Retrieves a paginated list of table names created by the AWS Account of the caller in the AWS Region (e.g.
 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.
 

Methods in com.amazonaws.services.dynamodb that return types with arguments of type ListTablesResult
 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 ListTablesResult
 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 ListTablesResult in com.amazonaws.services.dynamodb.model
 

Methods in com.amazonaws.services.dynamodb.model that return ListTablesResult
 ListTablesResult ListTablesResult.withLastEvaluatedTableName(String lastEvaluatedTableName)
          Deprecated. The name of the last table in the current list.
 ListTablesResult ListTablesResult.withTableNames(Collection<String> tableNames)
          Deprecated. Sets the value of the TableNames property for this object.
 ListTablesResult ListTablesResult.withTableNames(String... tableNames)
          Deprecated. Sets the value of the TableNames property for this object.
 



Copyright © 2016. All rights reserved.