Uses of Class
software.amazon.awssdk.services.keyspaces.model.GetTypeResponse
-
Packages that use GetTypeResponse 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 GetTypeResponse in software.amazon.awssdk.services.keyspaces
Methods in software.amazon.awssdk.services.keyspaces that return GetTypeResponse Modifier and Type Method Description default GetTypeResponseKeyspacesClient. getType(Consumer<GetTypeRequest.Builder> 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.Methods in software.amazon.awssdk.services.keyspaces that return types with arguments of type GetTypeResponse Modifier and Type Method Description default CompletableFuture<GetTypeResponse>KeyspacesAsyncClient. getType(Consumer<GetTypeRequest.Builder> 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 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.
-