Uses of Class
software.amazon.awssdk.services.keyspaces.model.GetTypeRequest
-
Packages that use GetTypeRequest 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 GetTypeRequest in software.amazon.awssdk.services.keyspaces
Methods in software.amazon.awssdk.services.keyspaces with parameters of type GetTypeRequest Modifier and Type Method Description default CompletableFuture<GetTypeResponse>KeyspacesAsyncClient. getType(GetTypeRequest getTypeRequest)TheGetTypeoperation returns information about the type, for example the field definitions, the timestamp when the type was last modified, the level of nesting, the status, and details about if the type is used in other types and tables.default GetTypeResponseKeyspacesClient. getType(GetTypeRequest getTypeRequest)TheGetTypeoperation returns information about the type, for example the field definitions, the timestamp when the type was last modified, the level of nesting, the status, and details about if the type is used in other types and tables. -
Uses of GetTypeRequest in software.amazon.awssdk.services.keyspaces.transform
Methods in software.amazon.awssdk.services.keyspaces.transform with parameters of type GetTypeRequest Modifier and Type Method Description SdkHttpFullRequestGetTypeRequestMarshaller. marshall(GetTypeRequest getTypeRequest)
-