Uses of Class
software.amazon.awssdk.services.keyspaces.model.GetKeyspaceRequest
-
Packages that use GetKeyspaceRequest 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 GetKeyspaceRequest in software.amazon.awssdk.services.keyspaces
Methods in software.amazon.awssdk.services.keyspaces with parameters of type GetKeyspaceRequest Modifier and Type Method Description 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.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. -
Uses of GetKeyspaceRequest in software.amazon.awssdk.services.keyspaces.transform
Methods in software.amazon.awssdk.services.keyspaces.transform with parameters of type GetKeyspaceRequest Modifier and Type Method Description SdkHttpFullRequestGetKeyspaceRequestMarshaller. marshall(GetKeyspaceRequest getKeyspaceRequest)
-