Uses of Class
software.amazon.awssdk.services.glue.model.DescribeConnectionTypeResponse
-
Packages that use DescribeConnectionTypeResponse Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of DescribeConnectionTypeResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return DescribeConnectionTypeResponse Modifier and Type Method Description default DescribeConnectionTypeResponseGlueClient. describeConnectionType(Consumer<DescribeConnectionTypeRequest.Builder> 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.Methods in software.amazon.awssdk.services.glue that return types with arguments of type DescribeConnectionTypeResponse 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 CompletableFuture<DescribeConnectionTypeResponse>GlueAsyncClient. describeConnectionType(DescribeConnectionTypeRequest describeConnectionTypeRequest)TheDescribeConnectionTypeAPI provides full details of the supported options for a given connection type in Glue.
-