Uses of Interface
software.amazon.awssdk.services.keyspaces.model.UpdateKeyspaceRequest.Builder
-
Packages that use UpdateKeyspaceRequest.Builder 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.model -
-
Uses of UpdateKeyspaceRequest.Builder in software.amazon.awssdk.services.keyspaces
Method parameters in software.amazon.awssdk.services.keyspaces with type arguments of type UpdateKeyspaceRequest.Builder 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 UpdateKeyspaceResponseKeyspacesClient. updateKeyspace(Consumer<UpdateKeyspaceRequest.Builder> updateKeyspaceRequest)Adds a new Amazon Web Services Region to the keyspace. -
Uses of UpdateKeyspaceRequest.Builder in software.amazon.awssdk.services.keyspaces.model
Methods in software.amazon.awssdk.services.keyspaces.model that return UpdateKeyspaceRequest.Builder Modifier and Type Method Description static UpdateKeyspaceRequest.BuilderUpdateKeyspaceRequest. builder()default UpdateKeyspaceRequest.BuilderUpdateKeyspaceRequest.Builder. clientSideTimestamps(Consumer<ClientSideTimestamps.Builder> clientSideTimestamps)Sets the value of the ClientSideTimestamps property for this object.UpdateKeyspaceRequest.BuilderUpdateKeyspaceRequest.Builder. clientSideTimestamps(ClientSideTimestamps clientSideTimestamps)Sets the value of the ClientSideTimestamps property for this object.UpdateKeyspaceRequest.BuilderUpdateKeyspaceRequest.Builder. keyspaceName(String keyspaceName)The name of the keyspace.UpdateKeyspaceRequest.BuilderUpdateKeyspaceRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateKeyspaceRequest.BuilderUpdateKeyspaceRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default UpdateKeyspaceRequest.BuilderUpdateKeyspaceRequest.Builder. replicationSpecification(Consumer<ReplicationSpecification.Builder> replicationSpecification)Sets the value of the ReplicationSpecification property for this object.UpdateKeyspaceRequest.BuilderUpdateKeyspaceRequest.Builder. replicationSpecification(ReplicationSpecification replicationSpecification)Sets the value of the ReplicationSpecification property for this object.UpdateKeyspaceRequest.BuilderUpdateKeyspaceRequest. toBuilder()Methods in software.amazon.awssdk.services.keyspaces.model that return types with arguments of type UpdateKeyspaceRequest.Builder Modifier and Type Method Description static Class<? extends UpdateKeyspaceRequest.Builder>UpdateKeyspaceRequest. serializableBuilderClass()
-