Uses of Class
software.amazon.awssdk.services.dynamodb.model.ListTablesResponse
Packages that use ListTablesResponse
Package
Description
-
Uses of ListTablesResponse in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb that return ListTablesResponseModifier and TypeMethodDescriptiondefault ListTablesResponseDynamoDbClient.listTables()Returns an array of table names associated with the current account and endpoint.default ListTablesResponseDynamoDbClient.listTables(Consumer<ListTablesRequest.Builder> 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.Methods in software.amazon.awssdk.services.dynamodb that return types with arguments of type ListTablesResponseModifier and TypeMethodDescriptiondefault CompletableFuture<ListTablesResponse>DynamoDbAsyncClient.listTables()Returns an array of table names associated with the current account and endpoint.default CompletableFuture<ListTablesResponse>DynamoDbAsyncClient.listTables(Consumer<ListTablesRequest.Builder> listTablesRequest) Returns an array of table names associated with the current account and endpoint.default CompletableFuture<ListTablesResponse>DynamoDbAsyncClient.listTables(ListTablesRequest listTablesRequest) Returns an array of table names associated with the current account and endpoint. -
Uses of ListTablesResponse in software.amazon.awssdk.services.dynamodb.paginators
Methods in software.amazon.awssdk.services.dynamodb.paginators that return types with arguments of type ListTablesResponseMethod parameters in software.amazon.awssdk.services.dynamodb.paginators with type arguments of type ListTablesResponseModifier and TypeMethodDescriptionvoidListTablesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListTablesResponse> subscriber)