Uses of Interface
software.amazon.awssdk.services.glue.model.DescribeConnectionTypeRequest.Builder
-
Packages that use DescribeConnectionTypeRequest.Builder Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.model -
-
Uses of DescribeConnectionTypeRequest.Builder in software.amazon.awssdk.services.glue
Method parameters in software.amazon.awssdk.services.glue with type arguments of type DescribeConnectionTypeRequest.Builder Modifier and Type Method Description default CompletableFuture<DescribeConnectionTypeResponse>GlueAsyncClient. describeConnectionType(Consumer<DescribeConnectionTypeRequest.Builder> describeConnectionTypeRequest)TheDescribeConnectionTypeAPI provides full details of the supported options for a given connection type in Glue.default DescribeConnectionTypeResponseGlueClient. describeConnectionType(Consumer<DescribeConnectionTypeRequest.Builder> describeConnectionTypeRequest)TheDescribeConnectionTypeAPI provides full details of the supported options for a given connection type in Glue. -
Uses of DescribeConnectionTypeRequest.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return DescribeConnectionTypeRequest.Builder Modifier and Type Method Description static DescribeConnectionTypeRequest.BuilderDescribeConnectionTypeRequest. builder()DescribeConnectionTypeRequest.BuilderDescribeConnectionTypeRequest.Builder. connectionType(String connectionType)The name of the connection type to be described.DescribeConnectionTypeRequest.BuilderDescribeConnectionTypeRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeConnectionTypeRequest.BuilderDescribeConnectionTypeRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeConnectionTypeRequest.BuilderDescribeConnectionTypeRequest. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type DescribeConnectionTypeRequest.Builder Modifier and Type Method Description static Class<? extends DescribeConnectionTypeRequest.Builder>DescribeConnectionTypeRequest. serializableBuilderClass()
-