Uses of Class
software.amazon.awssdk.services.dynamodb.model.ListTablesResponse
-
Packages that use ListTablesResponse Package Description software.amazon.awssdk.services.dynamodb Amazon DynamoDB software.amazon.awssdk.services.dynamodb.paginators -
-
Uses of ListTablesResponse in software.amazon.awssdk.services.dynamodb
Methods in software.amazon.awssdk.services.dynamodb that return ListTablesResponse Modifier and Type Method Description default 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 ListTablesResponse Modifier and Type Method Description default 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 ListTablesResponse Modifier and Type Method Description Iterator<ListTablesResponse>ListTablesIterable. iterator()Method parameters in software.amazon.awssdk.services.dynamodb.paginators with type arguments of type ListTablesResponse Modifier and Type Method Description voidListTablesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListTablesResponse> subscriber)
-