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 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. -
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)
-