Uses of Interface
software.amazon.awssdk.services.keyspaces.model.GetKeyspaceRequest.Builder
-
Packages that use GetKeyspaceRequest.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 GetKeyspaceRequest.Builder in software.amazon.awssdk.services.keyspaces
Method parameters in software.amazon.awssdk.services.keyspaces with type arguments of type GetKeyspaceRequest.Builder Modifier and Type Method Description default CompletableFuture<GetKeyspaceResponse>KeyspacesAsyncClient. getKeyspace(Consumer<GetKeyspaceRequest.Builder> getKeyspaceRequest)Returns the name of the specified keyspace, the Amazon Resource Name (ARN), the replication strategy, the Amazon Web Services Regions of a multi-Region keyspace, and the status of newly added Regions after anUpdateKeyspaceoperation.default GetKeyspaceResponseKeyspacesClient. getKeyspace(Consumer<GetKeyspaceRequest.Builder> getKeyspaceRequest)Returns the name of the specified keyspace, the Amazon Resource Name (ARN), the replication strategy, the Amazon Web Services Regions of a multi-Region keyspace, and the status of newly added Regions after anUpdateKeyspaceoperation. -
Uses of GetKeyspaceRequest.Builder in software.amazon.awssdk.services.keyspaces.model
Methods in software.amazon.awssdk.services.keyspaces.model that return GetKeyspaceRequest.Builder Modifier and Type Method Description static GetKeyspaceRequest.BuilderGetKeyspaceRequest. builder()GetKeyspaceRequest.BuilderGetKeyspaceRequest.Builder. keyspaceName(String keyspaceName)The name of the keyspace.GetKeyspaceRequest.BuilderGetKeyspaceRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetKeyspaceRequest.BuilderGetKeyspaceRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetKeyspaceRequest.BuilderGetKeyspaceRequest. toBuilder()Methods in software.amazon.awssdk.services.keyspaces.model that return types with arguments of type GetKeyspaceRequest.Builder Modifier and Type Method Description static Class<? extends GetKeyspaceRequest.Builder>GetKeyspaceRequest. serializableBuilderClass()
-