Uses of Class
software.amazon.awssdk.services.keyspaces.model.ListKeyspacesRequest
-
Packages that use ListKeyspacesRequest Package Description software.amazon.awssdk.services.keyspaces Amazon Keyspaces (for Apache Cassandra) is a scalable, highly available, and managed Apache Cassandra-compatible database service.software.amazon.awssdk.services.keyspaces.paginators software.amazon.awssdk.services.keyspaces.transform -
-
Uses of ListKeyspacesRequest in software.amazon.awssdk.services.keyspaces
Methods in software.amazon.awssdk.services.keyspaces with parameters of type ListKeyspacesRequest Modifier and Type Method Description default CompletableFuture<ListKeyspacesResponse>KeyspacesAsyncClient. listKeyspaces(ListKeyspacesRequest listKeyspacesRequest)Returns a list of keyspaces.default ListKeyspacesResponseKeyspacesClient. listKeyspaces(ListKeyspacesRequest listKeyspacesRequest)Returns a list of keyspaces.default ListKeyspacesPublisherKeyspacesAsyncClient. listKeyspacesPaginator(ListKeyspacesRequest listKeyspacesRequest)This is a variant ofKeyspacesAsyncClient.listKeyspaces(software.amazon.awssdk.services.keyspaces.model.ListKeyspacesRequest)operation.default ListKeyspacesIterableKeyspacesClient. listKeyspacesPaginator(ListKeyspacesRequest listKeyspacesRequest)This is a variant ofKeyspacesClient.listKeyspaces(software.amazon.awssdk.services.keyspaces.model.ListKeyspacesRequest)operation. -
Uses of ListKeyspacesRequest in software.amazon.awssdk.services.keyspaces.paginators
Constructors in software.amazon.awssdk.services.keyspaces.paginators with parameters of type ListKeyspacesRequest Constructor Description ListKeyspacesIterable(KeyspacesClient client, ListKeyspacesRequest firstRequest)ListKeyspacesPublisher(KeyspacesAsyncClient client, ListKeyspacesRequest firstRequest) -
Uses of ListKeyspacesRequest in software.amazon.awssdk.services.keyspaces.transform
Methods in software.amazon.awssdk.services.keyspaces.transform with parameters of type ListKeyspacesRequest Modifier and Type Method Description SdkHttpFullRequestListKeyspacesRequestMarshaller. marshall(ListKeyspacesRequest listKeyspacesRequest)
-