| Package | Description |
|---|---|
| com.amazonaws.services.appflow |
Welcome to the Amazon AppFlow API reference.
|
| com.amazonaws.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeConnectorProfilesResult |
AmazonAppflowClient.describeConnectorProfiles(DescribeConnectorProfilesRequest request)
Returns a list of
connector-profile details matching the provided connector-profile
names and connector-types. |
DescribeConnectorProfilesResult |
AbstractAmazonAppflow.describeConnectorProfiles(DescribeConnectorProfilesRequest request) |
DescribeConnectorProfilesResult |
AmazonAppflow.describeConnectorProfiles(DescribeConnectorProfilesRequest describeConnectorProfilesRequest)
Returns a list of
connector-profile details matching the provided connector-profile
names and connector-types. |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeConnectorProfilesResult> |
AbstractAmazonAppflowAsync.describeConnectorProfilesAsync(DescribeConnectorProfilesRequest request,
AsyncHandler<DescribeConnectorProfilesRequest,DescribeConnectorProfilesResult> asyncHandler) |
Future<DescribeConnectorProfilesResult> |
AmazonAppflowAsyncClient.describeConnectorProfilesAsync(DescribeConnectorProfilesRequest request,
AsyncHandler<DescribeConnectorProfilesRequest,DescribeConnectorProfilesResult> asyncHandler) |
Future<DescribeConnectorProfilesResult> |
AmazonAppflowAsync.describeConnectorProfilesAsync(DescribeConnectorProfilesRequest describeConnectorProfilesRequest,
AsyncHandler<DescribeConnectorProfilesRequest,DescribeConnectorProfilesResult> asyncHandler)
Returns a list of
connector-profile details matching the provided connector-profile
names and connector-types. |
| Modifier and Type | Method and Description |
|---|---|
DescribeConnectorProfilesResult |
DescribeConnectorProfilesResult.clone() |
DescribeConnectorProfilesResult |
DescribeConnectorProfilesResult.withConnectorProfileDetails(Collection<ConnectorProfile> connectorProfileDetails)
Returns information about the connector profiles associated with the flow.
|
DescribeConnectorProfilesResult |
DescribeConnectorProfilesResult.withConnectorProfileDetails(ConnectorProfile... connectorProfileDetails)
Returns information about the connector profiles associated with the flow.
|
DescribeConnectorProfilesResult |
DescribeConnectorProfilesResult.withNextToken(String nextToken)
The pagination token for the next page of data.
|
Copyright © 2022. All rights reserved.