Uses of Class
software.amazon.awssdk.services.dynamodb.model.ListTablesRequest
Packages that use ListTablesRequest
Package
Description
-
Uses of ListTablesRequest in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb with parameters of type ListTablesRequestModifier and TypeMethodDescriptiondefault CompletableFuture<ListTablesResponse>DynamoDbAsyncClient.listTables(ListTablesRequest listTablesRequest) Returns an array of table names associated with the current account and endpoint.default ListTablesResponseDynamoDbClient.listTables(ListTablesRequest listTablesRequest) Returns an array of table names associated with the current account and endpoint.default ListTablesPublisherDynamoDbAsyncClient.listTablesPaginator(ListTablesRequest listTablesRequest) This is a variant ofDynamoDbAsyncClient.listTables(software.amazon.awssdk.services.dynamodb.model.ListTablesRequest)operation.default ListTablesIterableDynamoDbClient.listTablesPaginator(ListTablesRequest listTablesRequest) This is a variant ofDynamoDbClient.listTables(software.amazon.awssdk.services.dynamodb.model.ListTablesRequest)operation. -
Uses of ListTablesRequest in software.amazon.awssdk.services.dynamodb.paginators
Constructors in software.amazon.awssdk.services.dynamodb.paginators with parameters of type ListTablesRequestModifierConstructorDescriptionListTablesIterable(DynamoDbClient client, ListTablesRequest firstRequest) ListTablesPublisher(DynamoDbAsyncClient client, ListTablesRequest firstRequest) -
Uses of ListTablesRequest in software.amazon.awssdk.services.dynamodb.transform
Methods in software.amazon.awssdk.services.dynamodb.transform with parameters of type ListTablesRequestModifier and TypeMethodDescriptionListTablesRequestMarshaller.marshall(ListTablesRequest listTablesRequest)