Uses of Class
software.amazon.awssdk.services.glue.model.DescribeConnectionTypeRequest
-
Packages that use DescribeConnectionTypeRequest Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.transform -
-
Uses of DescribeConnectionTypeRequest in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue with parameters of type DescribeConnectionTypeRequest Modifier and Type Method Description default CompletableFuture<DescribeConnectionTypeResponse>GlueAsyncClient. describeConnectionType(DescribeConnectionTypeRequest describeConnectionTypeRequest)TheDescribeConnectionTypeAPI provides full details of the supported options for a given connection type in Glue.default DescribeConnectionTypeResponseGlueClient. describeConnectionType(DescribeConnectionTypeRequest describeConnectionTypeRequest)TheDescribeConnectionTypeAPI provides full details of the supported options for a given connection type in Glue. -
Uses of DescribeConnectionTypeRequest in software.amazon.awssdk.services.glue.transform
Methods in software.amazon.awssdk.services.glue.transform with parameters of type DescribeConnectionTypeRequest Modifier and Type Method Description SdkHttpFullRequestDescribeConnectionTypeRequestMarshaller. marshall(DescribeConnectionTypeRequest describeConnectionTypeRequest)
-