@ThreadSafe @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AmazonAppflowClient extends AmazonWebServiceClient implements AmazonAppflow
Welcome to the Amazon AppFlow API reference. This guide is for developers who need detailed information about the Amazon AppFlow API operations, data types, and errors.
Amazon AppFlow is a fully managed integration service that enables you to securely transfer data between software as a service (SaaS) applications like Salesforce, Marketo, Slack, and ServiceNow, and AWS services like Amazon S3 and Amazon Redshift.
Use the following links to get started on the Amazon AppFlow API:
Actions: An alphabetical list of all Amazon AppFlow API operations.
Data types: An alphabetical list of all Amazon AppFlow data types.
Common parameters: Parameters that all Query operations can use.
Common errors: Client and server errors that all operations can return.
If you're new to Amazon AppFlow, we recommend that you review the Amazon AppFlow User Guide.
 Amazon AppFlow API users can use vendor-specific mechanisms for OAuth, and include applicable OAuth attributes (such
 as auth-code and redirecturi) with the connector-specific
 ConnectorProfileProperties when creating a new connector profile using Amazon AppFlow API operations.
 For example, Salesforce users can refer to the  Authorize Apps with OAuth
  documentation.
 
LOGGING_AWS_REQUEST_METRICENDPOINT_PREFIX| Modifier and Type | Method and Description | 
|---|---|
| static AmazonAppflowClientBuilder | builder() | 
| CreateConnectorProfileResult | createConnectorProfile(CreateConnectorProfileRequest request)
 Creates a new connector profile associated with your AWS account. | 
| CreateFlowResult | createFlow(CreateFlowRequest request)
 Enables your application to create a new flow using Amazon AppFlow. | 
| DeleteConnectorProfileResult | deleteConnectorProfile(DeleteConnectorProfileRequest request)
 Enables you to delete an existing connector profile. | 
| DeleteFlowResult | deleteFlow(DeleteFlowRequest request)
 Enables your application to delete an existing flow. | 
| DescribeConnectorEntityResult | describeConnectorEntity(DescribeConnectorEntityRequest request)
 Provides details regarding the entity used with the connector, with a description of the data model for each
 entity. | 
| DescribeConnectorProfilesResult | describeConnectorProfiles(DescribeConnectorProfilesRequest request)
 Returns a list of  connector-profiledetails matching the providedconnector-profilenames andconnector-types. | 
| DescribeConnectorsResult | describeConnectors(DescribeConnectorsRequest request)
 Describes the connectors vended by Amazon AppFlow for specified connector types. | 
| DescribeFlowResult | describeFlow(DescribeFlowRequest request)
 Provides a description of the specified flow. | 
| DescribeFlowExecutionRecordsResult | describeFlowExecutionRecords(DescribeFlowExecutionRecordsRequest request)
 Fetches the execution history of the flow. | 
| ResponseMetadata | getCachedResponseMetadata(AmazonWebServiceRequest request)Returns additional metadata for a previously executed successful, request, typically used for debugging issues
 where a service isn't acting as expected. | 
| ListConnectorEntitiesResult | listConnectorEntities(ListConnectorEntitiesRequest request)
 Returns the list of available connector entities supported by Amazon AppFlow. | 
| ListFlowsResult | listFlows(ListFlowsRequest request)
 Lists all of the flows associated with your account. | 
| ListTagsForResourceResult | listTagsForResource(ListTagsForResourceRequest request)
 Retrieves the tags that are associated with a specified flow. | 
| void | shutdown()Shuts down this client object, releasing any resources that might be held
 open. | 
| StartFlowResult | startFlow(StartFlowRequest request)
 Activates an existing flow. | 
| StopFlowResult | stopFlow(StopFlowRequest request)
 Deactivates the existing flow. | 
| TagResourceResult | tagResource(TagResourceRequest request)
 Applies a tag to the specified flow. | 
| UntagResourceResult | untagResource(UntagResourceRequest request)
 Removes a tag from the specified flow. | 
| UpdateConnectorProfileResult | updateConnectorProfile(UpdateConnectorProfileRequest request)
 Updates a given connector profile associated with your account. | 
| UpdateFlowResult | updateFlow(UpdateFlowRequest request)
 Updates an existing flow. | 
addRequestHandler, addRequestHandler, configureRegion, getClientConfiguration, getEndpointPrefix, getMonitoringListeners, getRequestMetricsCollector, getServiceName, getSignerByURI, getSignerOverride, getSignerRegionOverride, getTimeOffset, makeImmutable, removeRequestHandler, removeRequestHandler, setEndpoint, setEndpoint, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, withEndpoint, withRegion, withRegion, withTimeOffsetpublic static AmazonAppflowClientBuilder builder()
public CreateConnectorProfileResult createConnectorProfile(CreateConnectorProfileRequest request)
Creates a new connector profile associated with your AWS account. There is a soft quota of 100 connector profiles per AWS account. If you need more connector profiles than this quota allows, you can submit a request to the Amazon AppFlow team through the Amazon AppFlow support channel.
createConnectorProfile in interface AmazonAppflowcreateConnectorProfileRequest - ValidationException - The request has invalid or missing parameters.ConflictException - There was a conflict when processing the request (for example, a flow with the given name already exists
         within the account. Check for conflicting resource names and try again.ServiceQuotaExceededException - The request would cause a service quota (such as the number of flows) to be exceeded.ConnectorAuthenticationException - An error occurred when authenticating with the connector endpoint.InternalServerException - An internal service error occurred during the processing of your request. Try again later.public CreateFlowResult createFlow(CreateFlowRequest request)
Enables your application to create a new flow using Amazon AppFlow. You must create a connector profile before calling this API. Please note that the Request Syntax below shows syntax for multiple destinations, however, you can only transfer data to one item in this list at a time. Amazon AppFlow does not currently support flows to multiple destinations at once.
createFlow in interface AmazonAppflowcreateFlowRequest - ValidationException - The request has invalid or missing parameters.InternalServerException - An internal service error occurred during the processing of your request. Try again later.ResourceNotFoundException - The resource specified in the request (such as the source or destination connector profile) is not found.ServiceQuotaExceededException - The request would cause a service quota (such as the number of flows) to be exceeded.ConflictException - There was a conflict when processing the request (for example, a flow with the given name already exists
         within the account. Check for conflicting resource names and try again.ConnectorAuthenticationException - An error occurred when authenticating with the connector endpoint.ConnectorServerException - An error occurred when retrieving data from the connector endpoint.public DeleteConnectorProfileResult deleteConnectorProfile(DeleteConnectorProfileRequest request)
Enables you to delete an existing connector profile.
deleteConnectorProfile in interface AmazonAppflowdeleteConnectorProfileRequest - ResourceNotFoundException - The resource specified in the request (such as the source or destination connector profile) is not found.ConflictException - There was a conflict when processing the request (for example, a flow with the given name already exists
         within the account. Check for conflicting resource names and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.public DeleteFlowResult deleteFlow(DeleteFlowRequest request)
Enables your application to delete an existing flow. Before deleting the flow, Amazon AppFlow validates the request by checking the flow configuration and status. You can delete flows one at a time.
deleteFlow in interface AmazonAppflowdeleteFlowRequest - ResourceNotFoundException - The resource specified in the request (such as the source or destination connector profile) is not found.ConflictException - There was a conflict when processing the request (for example, a flow with the given name already exists
         within the account. Check for conflicting resource names and try again.InternalServerException - An internal service error occurred during the processing of your request. Try again later.public DescribeConnectorEntityResult describeConnectorEntity(DescribeConnectorEntityRequest request)
Provides details regarding the entity used with the connector, with a description of the data model for each entity.
describeConnectorEntity in interface AmazonAppflowdescribeConnectorEntityRequest - ValidationException - The request has invalid or missing parameters.ResourceNotFoundException - The resource specified in the request (such as the source or destination connector profile) is not found.ConnectorAuthenticationException - An error occurred when authenticating with the connector endpoint.ConnectorServerException - An error occurred when retrieving data from the connector endpoint.InternalServerException - An internal service error occurred during the processing of your request. Try again later.public DescribeConnectorProfilesResult describeConnectorProfiles(DescribeConnectorProfilesRequest request)
 Returns a list of connector-profile details matching the provided connector-profile
 names and connector-types. Both input lists are optional, and you can use them to filter the result.
 
 If no names or connector-types are provided, returns all connector profiles in a paginated form. If
 there is no match, this operation returns an empty list.
 
describeConnectorProfiles in interface AmazonAppflowdescribeConnectorProfilesRequest - ValidationException - The request has invalid or missing parameters.InternalServerException - An internal service error occurred during the processing of your request. Try again later.public DescribeConnectorsResult describeConnectors(DescribeConnectorsRequest request)
 Describes the connectors vended by Amazon AppFlow for specified connector types. If you don't specify a connector
 type, this operation describes all connectors vended by Amazon AppFlow. If there are more connectors than can be
 returned in one page, the response contains a nextToken object, which can be be passed in to the
 next call to the DescribeConnectors API operation to retrieve the next page.
 
describeConnectors in interface AmazonAppflowdescribeConnectorsRequest - ValidationException - The request has invalid or missing parameters.InternalServerException - An internal service error occurred during the processing of your request. Try again later.public DescribeFlowResult describeFlow(DescribeFlowRequest request)
Provides a description of the specified flow.
describeFlow in interface AmazonAppflowdescribeFlowRequest - ResourceNotFoundException - The resource specified in the request (such as the source or destination connector profile) is not found.InternalServerException - An internal service error occurred during the processing of your request. Try again later.public DescribeFlowExecutionRecordsResult describeFlowExecutionRecords(DescribeFlowExecutionRecordsRequest request)
Fetches the execution history of the flow.
describeFlowExecutionRecords in interface AmazonAppflowdescribeFlowExecutionRecordsRequest - ValidationException - The request has invalid or missing parameters.ResourceNotFoundException - The resource specified in the request (such as the source or destination connector profile) is not found.InternalServerException - An internal service error occurred during the processing of your request. Try again later.public ListConnectorEntitiesResult listConnectorEntities(ListConnectorEntitiesRequest request)
Returns the list of available connector entities supported by Amazon AppFlow. For example, you can query Salesforce for Account and Opportunity entities, or query ServiceNow for the Incident entity.
listConnectorEntities in interface AmazonAppflowlistConnectorEntitiesRequest - ValidationException - The request has invalid or missing parameters.ResourceNotFoundException - The resource specified in the request (such as the source or destination connector profile) is not found.ConnectorAuthenticationException - An error occurred when authenticating with the connector endpoint.ConnectorServerException - An error occurred when retrieving data from the connector endpoint.InternalServerException - An internal service error occurred during the processing of your request. Try again later.public ListFlowsResult listFlows(ListFlowsRequest request)
Lists all of the flows associated with your account.
listFlows in interface AmazonAppflowlistFlowsRequest - ValidationException - The request has invalid or missing parameters.InternalServerException - An internal service error occurred during the processing of your request. Try again later.public ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest request)
Retrieves the tags that are associated with a specified flow.
listTagsForResource in interface AmazonAppflowlistTagsForResourceRequest - InternalServerException - An internal service error occurred during the processing of your request. Try again later.ValidationException - The request has invalid or missing parameters.ResourceNotFoundException - The resource specified in the request (such as the source or destination connector profile) is not found.public StartFlowResult startFlow(StartFlowRequest request)
Activates an existing flow. For on-demand flows, this operation runs the flow immediately. For schedule and event-triggered flows, this operation activates the flow.
startFlow in interface AmazonAppflowstartFlowRequest - ResourceNotFoundException - The resource specified in the request (such as the source or destination connector profile) is not found.InternalServerException - An internal service error occurred during the processing of your request. Try again later.ServiceQuotaExceededException - The request would cause a service quota (such as the number of flows) to be exceeded.ConflictException - There was a conflict when processing the request (for example, a flow with the given name already exists
         within the account. Check for conflicting resource names and try again.public StopFlowResult stopFlow(StopFlowRequest request)
 Deactivates the existing flow. For on-demand flows, this operation returns an
 unsupportedOperationException error message. For schedule and event-triggered flows, this operation
 deactivates the flow.
 
stopFlow in interface AmazonAppflowstopFlowRequest - ConflictException - There was a conflict when processing the request (for example, a flow with the given name already exists
         within the account. Check for conflicting resource names and try again.ResourceNotFoundException - The resource specified in the request (such as the source or destination connector profile) is not found.UnsupportedOperationException - The requested operation is not supported for the current flow.InternalServerException - An internal service error occurred during the processing of your request. Try again later.public TagResourceResult tagResource(TagResourceRequest request)
Applies a tag to the specified flow.
tagResource in interface AmazonAppflowtagResourceRequest - InternalServerException - An internal service error occurred during the processing of your request. Try again later.ValidationException - The request has invalid or missing parameters.ResourceNotFoundException - The resource specified in the request (such as the source or destination connector profile) is not found.public UntagResourceResult untagResource(UntagResourceRequest request)
Removes a tag from the specified flow.
untagResource in interface AmazonAppflowuntagResourceRequest - InternalServerException - An internal service error occurred during the processing of your request. Try again later.ValidationException - The request has invalid or missing parameters.ResourceNotFoundException - The resource specified in the request (such as the source or destination connector profile) is not found.public UpdateConnectorProfileResult updateConnectorProfile(UpdateConnectorProfileRequest request)
Updates a given connector profile associated with your account.
updateConnectorProfile in interface AmazonAppflowupdateConnectorProfileRequest - ValidationException - The request has invalid or missing parameters.ResourceNotFoundException - The resource specified in the request (such as the source or destination connector profile) is not found.ConflictException - There was a conflict when processing the request (for example, a flow with the given name already exists
         within the account. Check for conflicting resource names and try again.ConnectorAuthenticationException - An error occurred when authenticating with the connector endpoint.InternalServerException - An internal service error occurred during the processing of your request. Try again later.public UpdateFlowResult updateFlow(UpdateFlowRequest request)
Updates an existing flow.
updateFlow in interface AmazonAppflowupdateFlowRequest - ValidationException - The request has invalid or missing parameters.ResourceNotFoundException - The resource specified in the request (such as the source or destination connector profile) is not found.ServiceQuotaExceededException - The request would cause a service quota (such as the number of flows) to be exceeded.ConflictException - There was a conflict when processing the request (for example, a flow with the given name already exists
         within the account. Check for conflicting resource names and try again.ConnectorAuthenticationException - An error occurred when authenticating with the connector endpoint.ConnectorServerException - An error occurred when retrieving data from the connector endpoint.InternalServerException - An internal service error occurred during the processing of your request. Try again later.public ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
Response metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing the request.
getCachedResponseMetadata in interface AmazonAppflowrequest - The originally executed requestpublic void shutdown()
AmazonWebServiceClientshutdown in interface AmazonAppflowshutdown in class AmazonWebServiceClient