Uses of Class
software.amazon.awssdk.services.keyspaces.model.UpdateKeyspaceRequest
-
Packages that use UpdateKeyspaceRequest 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 UpdateKeyspaceRequest in software.amazon.awssdk.services.keyspaces
Methods in software.amazon.awssdk.services.keyspaces with parameters of type UpdateKeyspaceRequest Modifier and Type Method Description default CompletableFuture<UpdateKeyspaceResponse>KeyspacesAsyncClient. updateKeyspace(UpdateKeyspaceRequest 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. -
Uses of UpdateKeyspaceRequest in software.amazon.awssdk.services.keyspaces.transform
Methods in software.amazon.awssdk.services.keyspaces.transform with parameters of type UpdateKeyspaceRequest Modifier and Type Method Description SdkHttpFullRequestUpdateKeyspaceRequestMarshaller. marshall(UpdateKeyspaceRequest updateKeyspaceRequest)
-