default CreateConnectorProfileResponse |
AppflowClient.createConnectorProfile(Consumer<CreateConnectorProfileRequest.Builder> createConnectorProfileRequest) |
Creates a new connector profile associated with your Amazon Web Services account.
|
default CreateConnectorProfileResponse |
AppflowClient.createConnectorProfile(CreateConnectorProfileRequest createConnectorProfileRequest) |
Creates a new connector profile associated with your Amazon Web Services account.
|
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
field in that 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
field in that 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 RegisterConnectorResponse |
AppflowClient.registerConnector(Consumer<RegisterConnectorRequest.Builder> registerConnectorRequest) |
Registers a new custom connector with your Amazon Web Services account.
|
default RegisterConnectorResponse |
AppflowClient.registerConnector(RegisterConnectorRequest registerConnectorRequest) |
Registers a new custom connector with your Amazon Web Services account.
|
default UpdateConnectorProfileResponse |
AppflowClient.updateConnectorProfile(Consumer<UpdateConnectorProfileRequest.Builder> updateConnectorProfileRequest) |
Updates a given connector profile associated with your account.
|
default UpdateConnectorProfileResponse |
AppflowClient.updateConnectorProfile(UpdateConnectorProfileRequest updateConnectorProfileRequest) |
Updates a given connector profile associated with your account.
|
default UpdateConnectorRegistrationResponse |
AppflowClient.updateConnectorRegistration(Consumer<UpdateConnectorRegistrationRequest.Builder> updateConnectorRegistrationRequest) |
Updates a custom connector that you've previously registered.
|
default UpdateConnectorRegistrationResponse |
AppflowClient.updateConnectorRegistration(UpdateConnectorRegistrationRequest updateConnectorRegistrationRequest) |
Updates a custom connector that you've previously registered.
|
default UpdateFlowResponse |
AppflowClient.updateFlow(Consumer<UpdateFlowRequest.Builder> updateFlowRequest) |
Updates an existing flow.
|
default UpdateFlowResponse |
AppflowClient.updateFlow(UpdateFlowRequest updateFlowRequest) |
Updates an existing flow.
|