Uses of Class
software.amazon.awssdk.services.appflow.model.DescribeConnectorResponse
-
Packages that use DescribeConnectorResponse Package Description software.amazon.awssdk.services.appflow Welcome to the Amazon AppFlow API reference. -
-
Uses of DescribeConnectorResponse in software.amazon.awssdk.services.appflow
Methods in software.amazon.awssdk.services.appflow that return DescribeConnectorResponse Modifier and Type Method Description default DescribeConnectorResponseAppflowClient. describeConnector(Consumer<DescribeConnectorRequest.Builder> describeConnectorRequest)Describes the given custom connector registered in your Amazon Web Services account.default DescribeConnectorResponseAppflowClient. describeConnector(DescribeConnectorRequest describeConnectorRequest)Describes the given custom connector registered in your Amazon Web Services account.Methods in software.amazon.awssdk.services.appflow that return types with arguments of type DescribeConnectorResponse Modifier and Type Method Description default CompletableFuture<DescribeConnectorResponse>AppflowAsyncClient. describeConnector(Consumer<DescribeConnectorRequest.Builder> describeConnectorRequest)Describes the given custom connector registered in your Amazon Web Services account.default CompletableFuture<DescribeConnectorResponse>AppflowAsyncClient. describeConnector(DescribeConnectorRequest describeConnectorRequest)Describes the given custom connector registered in your Amazon Web Services account.
-