Uses of Class
software.amazon.awssdk.services.keyspaces.model.DeleteKeyspaceResponse
-
Packages that use DeleteKeyspaceResponse Package Description software.amazon.awssdk.services.keyspaces Amazon Keyspaces (for Apache Cassandra) is a scalable, highly available, and managed Apache Cassandra-compatible database service. -
-
Uses of DeleteKeyspaceResponse in software.amazon.awssdk.services.keyspaces
Methods in software.amazon.awssdk.services.keyspaces that return DeleteKeyspaceResponse Modifier and Type Method Description default DeleteKeyspaceResponseKeyspacesClient. deleteKeyspace(Consumer<DeleteKeyspaceRequest.Builder> deleteKeyspaceRequest)TheDeleteKeyspaceoperation deletes a keyspace and all of its tables.default DeleteKeyspaceResponseKeyspacesClient. deleteKeyspace(DeleteKeyspaceRequest deleteKeyspaceRequest)TheDeleteKeyspaceoperation deletes a keyspace and all of its tables.Methods in software.amazon.awssdk.services.keyspaces that return types with arguments of type DeleteKeyspaceResponse Modifier and Type Method Description default CompletableFuture<DeleteKeyspaceResponse>KeyspacesAsyncClient. deleteKeyspace(Consumer<DeleteKeyspaceRequest.Builder> deleteKeyspaceRequest)TheDeleteKeyspaceoperation deletes a keyspace and all of its tables.default CompletableFuture<DeleteKeyspaceResponse>KeyspacesAsyncClient. deleteKeyspace(DeleteKeyspaceRequest deleteKeyspaceRequest)TheDeleteKeyspaceoperation deletes a keyspace and all of its tables.
-