Uses of Class
software.amazon.awssdk.services.keyspaces.model.DeleteKeyspaceRequest
-
Packages that use DeleteKeyspaceRequest 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.transform -
-
Uses of DeleteKeyspaceRequest in software.amazon.awssdk.services.keyspaces
Methods in software.amazon.awssdk.services.keyspaces with parameters of type DeleteKeyspaceRequest Modifier and Type Method Description default CompletableFuture<DeleteKeyspaceResponse>KeyspacesAsyncClient. deleteKeyspace(DeleteKeyspaceRequest deleteKeyspaceRequest)TheDeleteKeyspaceoperation deletes a keyspace and all of its tables.default DeleteKeyspaceResponseKeyspacesClient. deleteKeyspace(DeleteKeyspaceRequest deleteKeyspaceRequest)TheDeleteKeyspaceoperation deletes a keyspace and all of its tables. -
Uses of DeleteKeyspaceRequest in software.amazon.awssdk.services.keyspaces.transform
Methods in software.amazon.awssdk.services.keyspaces.transform with parameters of type DeleteKeyspaceRequest Modifier and Type Method Description SdkHttpFullRequestDeleteKeyspaceRequestMarshaller. marshall(DeleteKeyspaceRequest deleteKeyspaceRequest)
-