Uses of Class
software.amazon.awssdk.services.keyspaces.model.UpdateKeyspaceResponse
-
Packages that use UpdateKeyspaceResponse 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 UpdateKeyspaceResponse in software.amazon.awssdk.services.keyspaces
Methods in software.amazon.awssdk.services.keyspaces that return UpdateKeyspaceResponse Modifier and Type Method Description default UpdateKeyspaceResponseKeyspacesClient. updateKeyspace(Consumer<UpdateKeyspaceRequest.Builder> updateKeyspaceRequest)Adds a new Amazon Web Services Region to the keyspace.default UpdateKeyspaceResponseKeyspacesClient. updateKeyspace(UpdateKeyspaceRequest updateKeyspaceRequest)Adds a new Amazon Web Services Region to the keyspace.Methods in software.amazon.awssdk.services.keyspaces that return types with arguments of type UpdateKeyspaceResponse Modifier and Type Method Description default CompletableFuture<UpdateKeyspaceResponse>KeyspacesAsyncClient. updateKeyspace(Consumer<UpdateKeyspaceRequest.Builder> updateKeyspaceRequest)Adds a new Amazon Web Services Region to the keyspace.default CompletableFuture<UpdateKeyspaceResponse>KeyspacesAsyncClient. updateKeyspace(UpdateKeyspaceRequest updateKeyspaceRequest)Adds a new Amazon Web Services Region to the keyspace.
-