Uses of Interface
software.amazon.awssdk.services.keyspaces.model.GetTypeRequest.Builder
-
Packages that use GetTypeRequest.Builder 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.model -
-
Uses of GetTypeRequest.Builder in software.amazon.awssdk.services.keyspaces
Method parameters in software.amazon.awssdk.services.keyspaces with type arguments of type GetTypeRequest.Builder 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 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. -
Uses of GetTypeRequest.Builder in software.amazon.awssdk.services.keyspaces.model
Methods in software.amazon.awssdk.services.keyspaces.model that return GetTypeRequest.Builder Modifier and Type Method Description static GetTypeRequest.BuilderGetTypeRequest. builder()GetTypeRequest.BuilderGetTypeRequest.Builder. keyspaceName(String keyspaceName)The name of the keyspace that contains this type.GetTypeRequest.BuilderGetTypeRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetTypeRequest.BuilderGetTypeRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetTypeRequest.BuilderGetTypeRequest. toBuilder()GetTypeRequest.BuilderGetTypeRequest.Builder. typeName(String typeName)The formatted name of the type.Methods in software.amazon.awssdk.services.keyspaces.model that return types with arguments of type GetTypeRequest.Builder Modifier and Type Method Description static Class<? extends GetTypeRequest.Builder>GetTypeRequest. serializableBuilderClass()
-