Uses of Class
software.amazon.awssdk.services.keyspaces.model.GetKeyspaceResponse
-
Packages that use GetKeyspaceResponse 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 GetKeyspaceResponse in software.amazon.awssdk.services.keyspaces
Methods in software.amazon.awssdk.services.keyspaces that return GetKeyspaceResponse Modifier and Type Method Description 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.default GetKeyspaceResponseKeyspacesClient. getKeyspace(GetKeyspaceRequest 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.Methods in software.amazon.awssdk.services.keyspaces that return types with arguments of type GetKeyspaceResponse 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 CompletableFuture<GetKeyspaceResponse>KeyspacesAsyncClient. getKeyspace(GetKeyspaceRequest 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.
-