| Package | Description |
|---|---|
| software.amazon.awssdk.services.appflow |
Welcome to the Amazon AppFlow API reference.
|
| Modifier and Type | Method and Description |
|---|---|
default CreateFlowResponse |
AppflowClient.createFlow(Consumer<CreateFlowRequest.Builder> createFlowRequest)
Enables your application to create a new flow using Amazon AppFlow.
|
default CreateFlowResponse |
AppflowClient.createFlow(CreateFlowRequest createFlowRequest)
Enables your application to create a new flow using Amazon AppFlow.
|
default DescribeConnectorEntityResponse |
AppflowClient.describeConnectorEntity(Consumer<DescribeConnectorEntityRequest.Builder> describeConnectorEntityRequest)
Provides details regarding the entity used with the connector, with a description of the data model for each
entity.
|
default DescribeConnectorEntityResponse |
AppflowClient.describeConnectorEntity(DescribeConnectorEntityRequest describeConnectorEntityRequest)
Provides details regarding the entity used with the connector, with a description of the data model for each
entity.
|
default ListConnectorEntitiesResponse |
AppflowClient.listConnectorEntities(Consumer<ListConnectorEntitiesRequest.Builder> listConnectorEntitiesRequest)
Returns the list of available connector entities supported by Amazon AppFlow.
|
default ListConnectorEntitiesResponse |
AppflowClient.listConnectorEntities(ListConnectorEntitiesRequest listConnectorEntitiesRequest)
Returns the list of available connector entities supported by Amazon AppFlow.
|
default UpdateFlowResponse |
AppflowClient.updateFlow(Consumer<UpdateFlowRequest.Builder> updateFlowRequest)
Updates an existing flow.
|
default UpdateFlowResponse |
AppflowClient.updateFlow(UpdateFlowRequest updateFlowRequest)
Updates an existing flow.
|
Copyright © 2021. All rights reserved.