| 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<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 |
|---|---|
DescribeConnectorProfilesRequest |
DescribeConnectorProfilesRequest.clone() |
DescribeConnectorProfilesRequest |
DescribeConnectorProfilesRequest.withConnectorLabel(String connectorLabel)
The name of the connector.
|
DescribeConnectorProfilesRequest |
DescribeConnectorProfilesRequest.withConnectorProfileNames(Collection<String> connectorProfileNames)
The name of the connector profile.
|
DescribeConnectorProfilesRequest |
DescribeConnectorProfilesRequest.withConnectorProfileNames(String... connectorProfileNames)
The name of the connector profile.
|
DescribeConnectorProfilesRequest |
DescribeConnectorProfilesRequest.withConnectorType(ConnectorType connectorType)
The type of connector, such as Salesforce, Amplitude, and so on.
|
DescribeConnectorProfilesRequest |
DescribeConnectorProfilesRequest.withConnectorType(String connectorType)
The type of connector, such as Salesforce, Amplitude, and so on.
|
DescribeConnectorProfilesRequest |
DescribeConnectorProfilesRequest.withMaxResults(Integer maxResults)
Specifies the maximum number of items that should be returned in the result set.
|
DescribeConnectorProfilesRequest |
DescribeConnectorProfilesRequest.withNextToken(String nextToken)
The pagination token for the next page of data.
|
Copyright © 2022. All rights reserved.