@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAmazonAppflow extends Object implements AmazonAppflow
AmazonAppflow. Convenient method forms pass through to the corresponding overload
that takes a request object, which throws an UnsupportedOperationException.ENDPOINT_PREFIX| Modifier and Type | Method and Description |
|---|---|
CreateConnectorProfileResult |
createConnectorProfile(CreateConnectorProfileRequest request)
Creates a new connector profile associated with your Amazon Web Services 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.
|
DescribeConnectorResult |
describeConnector(DescribeConnectorRequest request)
Describes the given custom connector registered in your Amazon Web Services account.
|
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-profile details matching the provided connector-profile
names and connector-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.
|
ListConnectorsResult |
listConnectors(ListConnectorsRequest request)
Returns the list of all registered custom connectors in your Amazon Web Services account.
|
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.
|
RegisterConnectorResult |
registerConnector(RegisterConnectorRequest request)
Registers a new connector with your Amazon Web Services account.
|
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.
|
UnregisterConnectorResult |
unregisterConnector(UnregisterConnectorRequest request)
Unregisters the custom connector registered in your account that matches the connectorLabel provided in the
request.
|
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.
|
public CreateConnectorProfileResult createConnectorProfile(CreateConnectorProfileRequest request)
AmazonAppflowCreates a new connector profile associated with your Amazon Web Services account. There is a soft quota of 100 connector profiles per Amazon Web Services 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 AmazonAppflowpublic CreateFlowResult createFlow(CreateFlowRequest request)
AmazonAppflowEnables 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 AmazonAppflowpublic DeleteConnectorProfileResult deleteConnectorProfile(DeleteConnectorProfileRequest request)
AmazonAppflowEnables you to delete an existing connector profile.
deleteConnectorProfile in interface AmazonAppflowpublic DeleteFlowResult deleteFlow(DeleteFlowRequest request)
AmazonAppflowEnables 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 AmazonAppflowpublic DescribeConnectorResult describeConnector(DescribeConnectorRequest request)
AmazonAppflowDescribes the given custom connector registered in your Amazon Web Services account. This API can be used for custom connectors that are registered in your account and also for Amazon authored connectors.
describeConnector in interface AmazonAppflowpublic DescribeConnectorEntityResult describeConnectorEntity(DescribeConnectorEntityRequest request)
AmazonAppflowProvides details regarding the entity used with the connector, with a description of the data model for each entity.
describeConnectorEntity in interface AmazonAppflowpublic DescribeConnectorProfilesResult describeConnectorProfiles(DescribeConnectorProfilesRequest request)
AmazonAppflow
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 AmazonAppflowpublic DescribeConnectorsResult describeConnectors(DescribeConnectorsRequest request)
AmazonAppflow
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 AmazonAppflowpublic DescribeFlowResult describeFlow(DescribeFlowRequest request)
AmazonAppflowProvides a description of the specified flow.
describeFlow in interface AmazonAppflowpublic DescribeFlowExecutionRecordsResult describeFlowExecutionRecords(DescribeFlowExecutionRecordsRequest request)
AmazonAppflowFetches the execution history of the flow.
describeFlowExecutionRecords in interface AmazonAppflowpublic ListConnectorEntitiesResult listConnectorEntities(ListConnectorEntitiesRequest request)
AmazonAppflowReturns 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 AmazonAppflowpublic ListConnectorsResult listConnectors(ListConnectorsRequest request)
AmazonAppflowReturns the list of all registered custom connectors in your Amazon Web Services account. This API lists only custom connectors registered in this account, not the Amazon Web Services authored connectors.
listConnectors in interface AmazonAppflowpublic ListFlowsResult listFlows(ListFlowsRequest request)
AmazonAppflowLists all of the flows associated with your account.
listFlows in interface AmazonAppflowpublic ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest request)
AmazonAppflowRetrieves the tags that are associated with a specified flow.
listTagsForResource in interface AmazonAppflowpublic RegisterConnectorResult registerConnector(RegisterConnectorRequest request)
AmazonAppflowRegisters a new connector with your Amazon Web Services account. Before you can register the connector, you must deploy lambda in your account.
registerConnector in interface AmazonAppflowpublic StartFlowResult startFlow(StartFlowRequest request)
AmazonAppflowActivates 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 AmazonAppflowpublic StopFlowResult stopFlow(StopFlowRequest request)
AmazonAppflow
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 AmazonAppflowpublic TagResourceResult tagResource(TagResourceRequest request)
AmazonAppflowApplies a tag to the specified flow.
tagResource in interface AmazonAppflowpublic UnregisterConnectorResult unregisterConnector(UnregisterConnectorRequest request)
AmazonAppflowUnregisters the custom connector registered in your account that matches the connectorLabel provided in the request.
unregisterConnector in interface AmazonAppflowpublic UntagResourceResult untagResource(UntagResourceRequest request)
AmazonAppflowRemoves a tag from the specified flow.
untagResource in interface AmazonAppflowpublic UpdateConnectorProfileResult updateConnectorProfile(UpdateConnectorProfileRequest request)
AmazonAppflowUpdates a given connector profile associated with your account.
updateConnectorProfile in interface AmazonAppflowpublic UpdateFlowResult updateFlow(UpdateFlowRequest request)
AmazonAppflowUpdates an existing flow.
updateFlow in interface AmazonAppflowpublic void shutdown()
AmazonAppflowshutdown in interface AmazonAppflowpublic ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AmazonAppflowResponse 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 a request.
getCachedResponseMetadata in interface AmazonAppflowrequest - The originally executed request.