Uses of Class
com.amazonaws.services.dynamodbv2.model.ListTablesResult
-
-
Uses of ListTablesResult in com.amazonaws.services.dynamodbv2
Methods in com.amazonaws.services.dynamodbv2 that return ListTablesResult Modifier and Type Method Description ListTablesResult
AbstractAmazonDynamoDB. listTables()
ListTablesResult
AbstractAmazonDynamoDB. listTables(ListTablesRequest request)
ListTablesResult
AbstractAmazonDynamoDB. listTables(Integer limit)
ListTablesResult
AbstractAmazonDynamoDB. listTables(String exclusiveStartTableName)
ListTablesResult
AbstractAmazonDynamoDB. listTables(String exclusiveStartTableName, Integer limit)
ListTablesResult
AmazonDynamoDB. listTables()
Simplified method form for invoking the ListTables operation.ListTablesResult
AmazonDynamoDB. listTables(ListTablesRequest listTablesRequest)
Returns an array of table names associated with the current account and endpoint.ListTablesResult
AmazonDynamoDB. listTables(Integer limit)
Simplified method form for invoking the ListTables operation.ListTablesResult
AmazonDynamoDB. listTables(String exclusiveStartTableName)
Simplified method form for invoking the ListTables operation.ListTablesResult
AmazonDynamoDB. listTables(String exclusiveStartTableName, Integer limit)
Simplified method form for invoking the ListTables operation.ListTablesResult
AmazonDynamoDBClient. listTables()
ListTablesResult
AmazonDynamoDBClient. listTables(ListTablesRequest listTablesRequest)
Returns an array of table names associated with the current account and endpoint.ListTablesResult
AmazonDynamoDBClient. listTables(Integer limit)
ListTablesResult
AmazonDynamoDBClient. listTables(String exclusiveStartTableName)
ListTablesResult
AmazonDynamoDBClient. listTables(String exclusiveStartTableName, Integer limit)
Methods in com.amazonaws.services.dynamodbv2 that return types with arguments of type ListTablesResult Modifier and Type Method Description Future<ListTablesResult>
AbstractAmazonDynamoDBAsync. listTablesAsync()
Simplified method form for invoking the ListTables operation.Future<ListTablesResult>
AbstractAmazonDynamoDBAsync. listTablesAsync(AsyncHandler<ListTablesRequest,ListTablesResult> asyncHandler)
Simplified method form for invoking the ListTables operation with an AsyncHandler.Future<ListTablesResult>
AbstractAmazonDynamoDBAsync. listTablesAsync(ListTablesRequest request)
Future<ListTablesResult>
AbstractAmazonDynamoDBAsync. listTablesAsync(ListTablesRequest request, AsyncHandler<ListTablesRequest,ListTablesResult> asyncHandler)
Future<ListTablesResult>
AbstractAmazonDynamoDBAsync. listTablesAsync(Integer limit)
Simplified method form for invoking the ListTables operation.Future<ListTablesResult>
AbstractAmazonDynamoDBAsync. listTablesAsync(Integer limit, AsyncHandler<ListTablesRequest,ListTablesResult> asyncHandler)
Simplified method form for invoking the ListTables operation with an AsyncHandler.Future<ListTablesResult>
AbstractAmazonDynamoDBAsync. listTablesAsync(String exclusiveStartTableName)
Simplified method form for invoking the ListTables operation.Future<ListTablesResult>
AbstractAmazonDynamoDBAsync. listTablesAsync(String exclusiveStartTableName, AsyncHandler<ListTablesRequest,ListTablesResult> asyncHandler)
Simplified method form for invoking the ListTables operation with an AsyncHandler.Future<ListTablesResult>
AbstractAmazonDynamoDBAsync. listTablesAsync(String exclusiveStartTableName, Integer limit)
Simplified method form for invoking the ListTables operation.Future<ListTablesResult>
AbstractAmazonDynamoDBAsync. listTablesAsync(String exclusiveStartTableName, Integer limit, AsyncHandler<ListTablesRequest,ListTablesResult> asyncHandler)
Simplified method form for invoking the ListTables operation with an AsyncHandler.Future<ListTablesResult>
AmazonDynamoDBAsync. listTablesAsync()
Simplified method form for invoking the ListTables operation.Future<ListTablesResult>
AmazonDynamoDBAsync. listTablesAsync(AsyncHandler<ListTablesRequest,ListTablesResult> asyncHandler)
Simplified method form for invoking the ListTables operation with an AsyncHandler.Future<ListTablesResult>
AmazonDynamoDBAsync. listTablesAsync(ListTablesRequest listTablesRequest)
Returns an array of table names associated with the current account and endpoint.Future<ListTablesResult>
AmazonDynamoDBAsync. listTablesAsync(ListTablesRequest listTablesRequest, AsyncHandler<ListTablesRequest,ListTablesResult> asyncHandler)
Returns an array of table names associated with the current account and endpoint.Future<ListTablesResult>
AmazonDynamoDBAsync. listTablesAsync(Integer limit)
Simplified method form for invoking the ListTables operation.Future<ListTablesResult>
AmazonDynamoDBAsync. listTablesAsync(Integer limit, AsyncHandler<ListTablesRequest,ListTablesResult> asyncHandler)
Simplified method form for invoking the ListTables operation with an AsyncHandler.Future<ListTablesResult>
AmazonDynamoDBAsync. listTablesAsync(String exclusiveStartTableName)
Simplified method form for invoking the ListTables operation.Future<ListTablesResult>
AmazonDynamoDBAsync. listTablesAsync(String exclusiveStartTableName, AsyncHandler<ListTablesRequest,ListTablesResult> asyncHandler)
Simplified method form for invoking the ListTables operation with an AsyncHandler.Future<ListTablesResult>
AmazonDynamoDBAsync. listTablesAsync(String exclusiveStartTableName, Integer limit)
Simplified method form for invoking the ListTables operation.Future<ListTablesResult>
AmazonDynamoDBAsync. listTablesAsync(String exclusiveStartTableName, Integer limit, AsyncHandler<ListTablesRequest,ListTablesResult> asyncHandler)
Simplified method form for invoking the ListTables operation with an AsyncHandler.Future<ListTablesResult>
AmazonDynamoDBAsyncClient. listTablesAsync()
Simplified method form for invoking the ListTables operation.Future<ListTablesResult>
AmazonDynamoDBAsyncClient. listTablesAsync(AsyncHandler<ListTablesRequest,ListTablesResult> asyncHandler)
Simplified method form for invoking the ListTables operation with an AsyncHandler.Future<ListTablesResult>
AmazonDynamoDBAsyncClient. listTablesAsync(ListTablesRequest request)
Future<ListTablesResult>
AmazonDynamoDBAsyncClient. listTablesAsync(ListTablesRequest request, AsyncHandler<ListTablesRequest,ListTablesResult> asyncHandler)
Future<ListTablesResult>
AmazonDynamoDBAsyncClient. listTablesAsync(Integer limit)
Simplified method form for invoking the ListTables operation.Future<ListTablesResult>
AmazonDynamoDBAsyncClient. listTablesAsync(Integer limit, AsyncHandler<ListTablesRequest,ListTablesResult> asyncHandler)
Simplified method form for invoking the ListTables operation with an AsyncHandler.Future<ListTablesResult>
AmazonDynamoDBAsyncClient. listTablesAsync(String exclusiveStartTableName)
Simplified method form for invoking the ListTables operation.Future<ListTablesResult>
AmazonDynamoDBAsyncClient. listTablesAsync(String exclusiveStartTableName, AsyncHandler<ListTablesRequest,ListTablesResult> asyncHandler)
Simplified method form for invoking the ListTables operation with an AsyncHandler.Future<ListTablesResult>
AmazonDynamoDBAsyncClient. listTablesAsync(String exclusiveStartTableName, Integer limit)
Simplified method form for invoking the ListTables operation.Future<ListTablesResult>
AmazonDynamoDBAsyncClient. listTablesAsync(String exclusiveStartTableName, Integer limit, AsyncHandler<ListTablesRequest,ListTablesResult> asyncHandler)
Simplified method form for invoking the ListTables operation with an AsyncHandler.Method parameters in com.amazonaws.services.dynamodbv2 with type arguments of type ListTablesResult Modifier and Type Method Description Future<ListTablesResult>
AbstractAmazonDynamoDBAsync. listTablesAsync(AsyncHandler<ListTablesRequest,ListTablesResult> asyncHandler)
Simplified method form for invoking the ListTables operation with an AsyncHandler.Future<ListTablesResult>
AbstractAmazonDynamoDBAsync. listTablesAsync(ListTablesRequest request, AsyncHandler<ListTablesRequest,ListTablesResult> asyncHandler)
Future<ListTablesResult>
AbstractAmazonDynamoDBAsync. listTablesAsync(Integer limit, AsyncHandler<ListTablesRequest,ListTablesResult> asyncHandler)
Simplified method form for invoking the ListTables operation with an AsyncHandler.Future<ListTablesResult>
AbstractAmazonDynamoDBAsync. listTablesAsync(String exclusiveStartTableName, AsyncHandler<ListTablesRequest,ListTablesResult> asyncHandler)
Simplified method form for invoking the ListTables operation with an AsyncHandler.Future<ListTablesResult>
AbstractAmazonDynamoDBAsync. listTablesAsync(String exclusiveStartTableName, Integer limit, AsyncHandler<ListTablesRequest,ListTablesResult> asyncHandler)
Simplified method form for invoking the ListTables operation with an AsyncHandler.Future<ListTablesResult>
AmazonDynamoDBAsync. listTablesAsync(AsyncHandler<ListTablesRequest,ListTablesResult> asyncHandler)
Simplified method form for invoking the ListTables operation with an AsyncHandler.Future<ListTablesResult>
AmazonDynamoDBAsync. listTablesAsync(ListTablesRequest listTablesRequest, AsyncHandler<ListTablesRequest,ListTablesResult> asyncHandler)
Returns an array of table names associated with the current account and endpoint.Future<ListTablesResult>
AmazonDynamoDBAsync. listTablesAsync(Integer limit, AsyncHandler<ListTablesRequest,ListTablesResult> asyncHandler)
Simplified method form for invoking the ListTables operation with an AsyncHandler.Future<ListTablesResult>
AmazonDynamoDBAsync. listTablesAsync(String exclusiveStartTableName, AsyncHandler<ListTablesRequest,ListTablesResult> asyncHandler)
Simplified method form for invoking the ListTables operation with an AsyncHandler.Future<ListTablesResult>
AmazonDynamoDBAsync. listTablesAsync(String exclusiveStartTableName, Integer limit, AsyncHandler<ListTablesRequest,ListTablesResult> asyncHandler)
Simplified method form for invoking the ListTables operation with an AsyncHandler.Future<ListTablesResult>
AmazonDynamoDBAsyncClient. listTablesAsync(AsyncHandler<ListTablesRequest,ListTablesResult> asyncHandler)
Simplified method form for invoking the ListTables operation with an AsyncHandler.Future<ListTablesResult>
AmazonDynamoDBAsyncClient. listTablesAsync(ListTablesRequest request, AsyncHandler<ListTablesRequest,ListTablesResult> asyncHandler)
Future<ListTablesResult>
AmazonDynamoDBAsyncClient. listTablesAsync(Integer limit, AsyncHandler<ListTablesRequest,ListTablesResult> asyncHandler)
Simplified method form for invoking the ListTables operation with an AsyncHandler.Future<ListTablesResult>
AmazonDynamoDBAsyncClient. listTablesAsync(String exclusiveStartTableName, AsyncHandler<ListTablesRequest,ListTablesResult> asyncHandler)
Simplified method form for invoking the ListTables operation with an AsyncHandler.Future<ListTablesResult>
AmazonDynamoDBAsyncClient. listTablesAsync(String exclusiveStartTableName, Integer limit, AsyncHandler<ListTablesRequest,ListTablesResult> asyncHandler)
Simplified method form for invoking the ListTables operation with an AsyncHandler. -
Uses of ListTablesResult in com.amazonaws.services.dynamodbv2.document
Methods in com.amazonaws.services.dynamodbv2.document that return types with arguments of type ListTablesResult Modifier and Type Method Description TableCollection<ListTablesResult>
DynamoDB. listTables()
TableCollection<ListTablesResult>
DynamoDB. listTables(int maxResultSize)
TableCollection<ListTablesResult>
DynamoDB. listTables(ListTablesSpec spec)
TableCollection<ListTablesResult>
DynamoDB. listTables(String exclusiveStartTableName)
TableCollection<ListTablesResult>
DynamoDB. listTables(String exclusiveStartTableName, int maxResultSize)
-
Uses of ListTablesResult in com.amazonaws.services.dynamodbv2.document.api
Methods in com.amazonaws.services.dynamodbv2.document.api that return types with arguments of type ListTablesResult Modifier and Type Method Description TableCollection<ListTablesResult>
ListTablesApi. listTables()
Returns a collection of all the tables (initialized with the respective table names) associated with the current account and endpoint.TableCollection<ListTablesResult>
ListTablesApi. listTables(int maxResultSize)
Returns a collection of tables (initialized with the respective table names) up to the specifiedmaxResultSize
associated with the current account and endpoint.TableCollection<ListTablesResult>
ListTablesApi. listTables(ListTablesSpec spec)
List tables by specifying all the details.TableCollection<ListTablesResult>
ListTablesApi. listTables(String exclusiveStartTableName)
Returns a collection of tables (initialized with the respective table names) associated with the current account and endpoint, starting with a name after the specifiedexclusiveStartTableName
.TableCollection<ListTablesResult>
ListTablesApi. listTables(String exclusiveStartTableName, int maxResultSize)
Returns a collection of tables (initialized with the respective table names) up to the specifiedmaxResultSize
associated with the current account and endpoint, starting with a name after the specifiedexclusiveStartTableName
. -
Uses of ListTablesResult in com.amazonaws.services.dynamodbv2.model
Methods in com.amazonaws.services.dynamodbv2.model that return ListTablesResult Modifier and Type Method Description ListTablesResult
ListTablesResult. clone()
ListTablesResult
ListTablesResult. withLastEvaluatedTableName(String lastEvaluatedTableName)
The name of the last table in the current page of results.ListTablesResult
ListTablesResult. withTableNames(String... tableNames)
The names of the tables associated with the current account at the current endpoint.ListTablesResult
ListTablesResult. withTableNames(Collection<String> tableNames)
The names of the tables associated with the current account at the current endpoint.
-