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 and the Amazon Resource Name (ARN) of the specified table.default GetKeyspaceResponseKeyspacesClient. getKeyspace(GetKeyspaceRequest getKeyspaceRequest)Returns the name and the Amazon Resource Name (ARN) of the specified table.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 and the Amazon Resource Name (ARN) of the specified table.default CompletableFuture<GetKeyspaceResponse>KeyspacesAsyncClient. getKeyspace(GetKeyspaceRequest getKeyspaceRequest)Returns the name and the Amazon Resource Name (ARN) of the specified table.
-