Uses of Class
software.amazon.awssdk.services.appflow.model.DescribeConnectorEntityResponse
-
Packages that use DescribeConnectorEntityResponse Package Description software.amazon.awssdk.services.appflow Welcome to the Amazon AppFlow API reference. -
-
Uses of DescribeConnectorEntityResponse in software.amazon.awssdk.services.appflow
Methods in software.amazon.awssdk.services.appflow that return DescribeConnectorEntityResponse Modifier and Type Method Description default DescribeConnectorEntityResponse
AppflowClient. describeConnectorEntity(Consumer<DescribeConnectorEntityRequest.Builder> describeConnectorEntityRequest)
Provides details regarding the entity used with the connector, with a description of the data model for each field in that entity.default DescribeConnectorEntityResponse
AppflowClient. describeConnectorEntity(DescribeConnectorEntityRequest describeConnectorEntityRequest)
Provides details regarding the entity used with the connector, with a description of the data model for each field in that entity.Methods in software.amazon.awssdk.services.appflow that return types with arguments of type DescribeConnectorEntityResponse Modifier and Type Method Description default CompletableFuture<DescribeConnectorEntityResponse>
AppflowAsyncClient. describeConnectorEntity(Consumer<DescribeConnectorEntityRequest.Builder> describeConnectorEntityRequest)
Provides details regarding the entity used with the connector, with a description of the data model for each field in that entity.default CompletableFuture<DescribeConnectorEntityResponse>
AppflowAsyncClient. describeConnectorEntity(DescribeConnectorEntityRequest describeConnectorEntityRequest)
Provides details regarding the entity used with the connector, with a description of the data model for each field in that entity.
-