Uses of Class
software.amazon.awssdk.services.appflow.model.DescribeConnectorEntityRequest
-
Packages that use DescribeConnectorEntityRequest Package Description software.amazon.awssdk.services.appflow Welcome to the Amazon AppFlow API reference.software.amazon.awssdk.services.appflow.transform -
-
Uses of DescribeConnectorEntityRequest in software.amazon.awssdk.services.appflow
Methods in software.amazon.awssdk.services.appflow with parameters of type DescribeConnectorEntityRequest Modifier and Type Method Description 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.default DescribeConnectorEntityResponseAppflowClient. 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. -
Uses of DescribeConnectorEntityRequest in software.amazon.awssdk.services.appflow.transform
Methods in software.amazon.awssdk.services.appflow.transform with parameters of type DescribeConnectorEntityRequest Modifier and Type Method Description SdkHttpFullRequestDescribeConnectorEntityRequestMarshaller. marshall(DescribeConnectorEntityRequest describeConnectorEntityRequest)
-