| Package | Description |
|---|---|
| com.amazonaws.services.appflow |
Welcome to the Amazon AppFlow API reference.
|
| com.amazonaws.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeConnectorEntityResult> |
AbstractAmazonAppflowAsync.describeConnectorEntityAsync(DescribeConnectorEntityRequest request,
AsyncHandler<DescribeConnectorEntityRequest,DescribeConnectorEntityResult> asyncHandler) |
Future<DescribeConnectorEntityResult> |
AmazonAppflowAsync.describeConnectorEntityAsync(DescribeConnectorEntityRequest describeConnectorEntityRequest,
AsyncHandler<DescribeConnectorEntityRequest,DescribeConnectorEntityResult> asyncHandler)
Provides details regarding the entity used with the connector, with a description of the data model for each
field in that entity.
|
Future<DescribeConnectorEntityResult> |
AmazonAppflowAsyncClient.describeConnectorEntityAsync(DescribeConnectorEntityRequest request,
AsyncHandler<DescribeConnectorEntityRequest,DescribeConnectorEntityResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeConnectorEntityRequest |
DescribeConnectorEntityRequest.clone() |
DescribeConnectorEntityRequest |
DescribeConnectorEntityRequest.withApiVersion(String apiVersion)
The version of the API that's used by the connector.
|
DescribeConnectorEntityRequest |
DescribeConnectorEntityRequest.withConnectorEntityName(String connectorEntityName)
The entity name for that connector.
|
DescribeConnectorEntityRequest |
DescribeConnectorEntityRequest.withConnectorProfileName(String connectorProfileName)
The name of the connector profile.
|
DescribeConnectorEntityRequest |
DescribeConnectorEntityRequest.withConnectorType(ConnectorType connectorType)
The type of connector application, such as Salesforce, Amplitude, and so on.
|
DescribeConnectorEntityRequest |
DescribeConnectorEntityRequest.withConnectorType(String connectorType)
The type of connector application, such as Salesforce, Amplitude, and so on.
|
Copyright © 2023. All rights reserved.