| Package | Description |
|---|---|
| com.amazonaws.services.appflow |
Welcome to the Amazon AppFlow API reference.
|
| com.amazonaws.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
CreateFlowResult |
AmazonAppflowClient.createFlow(CreateFlowRequest request)
Enables your application to create a new flow using Amazon AppFlow.
|
CreateFlowResult |
AbstractAmazonAppflow.createFlow(CreateFlowRequest request) |
CreateFlowResult |
AmazonAppflow.createFlow(CreateFlowRequest createFlowRequest)
Enables your application to create a new flow using Amazon AppFlow.
|
Future<CreateFlowResult> |
AmazonAppflowAsync.createFlowAsync(CreateFlowRequest createFlowRequest)
Enables your application to create a new flow using Amazon AppFlow.
|
Future<CreateFlowResult> |
AbstractAmazonAppflowAsync.createFlowAsync(CreateFlowRequest request) |
Future<CreateFlowResult> |
AmazonAppflowAsyncClient.createFlowAsync(CreateFlowRequest request) |
Future<CreateFlowResult> |
AmazonAppflowAsync.createFlowAsync(CreateFlowRequest createFlowRequest,
AsyncHandler<CreateFlowRequest,CreateFlowResult> asyncHandler)
Enables your application to create a new flow using Amazon AppFlow.
|
Future<CreateFlowResult> |
AbstractAmazonAppflowAsync.createFlowAsync(CreateFlowRequest request,
AsyncHandler<CreateFlowRequest,CreateFlowResult> asyncHandler) |
Future<CreateFlowResult> |
AmazonAppflowAsyncClient.createFlowAsync(CreateFlowRequest request,
AsyncHandler<CreateFlowRequest,CreateFlowResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateFlowResult> |
AmazonAppflowAsync.createFlowAsync(CreateFlowRequest createFlowRequest,
AsyncHandler<CreateFlowRequest,CreateFlowResult> asyncHandler)
Enables your application to create a new flow using Amazon AppFlow.
|
Future<CreateFlowResult> |
AbstractAmazonAppflowAsync.createFlowAsync(CreateFlowRequest request,
AsyncHandler<CreateFlowRequest,CreateFlowResult> asyncHandler) |
Future<CreateFlowResult> |
AmazonAppflowAsyncClient.createFlowAsync(CreateFlowRequest request,
AsyncHandler<CreateFlowRequest,CreateFlowResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateFlowRequest |
CreateFlowRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateFlowRequest |
CreateFlowRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateFlowRequest |
CreateFlowRequest.clone() |
CreateFlowRequest |
CreateFlowRequest.withDescription(String description)
A description of the flow you want to create.
|
CreateFlowRequest |
CreateFlowRequest.withDestinationFlowConfigList(Collection<DestinationFlowConfig> destinationFlowConfigList)
The configuration that controls how Amazon AppFlow places data in the destination connector.
|
CreateFlowRequest |
CreateFlowRequest.withDestinationFlowConfigList(DestinationFlowConfig... destinationFlowConfigList)
The configuration that controls how Amazon AppFlow places data in the destination connector.
|
CreateFlowRequest |
CreateFlowRequest.withFlowName(String flowName)
The specified name of the flow.
|
CreateFlowRequest |
CreateFlowRequest.withKmsArn(String kmsArn)
The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption.
|
CreateFlowRequest |
CreateFlowRequest.withSourceFlowConfig(SourceFlowConfig sourceFlowConfig)
The configuration that controls how Amazon AppFlow retrieves data from the source connector.
|
CreateFlowRequest |
CreateFlowRequest.withTags(Map<String,String> tags)
The tags used to organize, track, or control access for your flow.
|
CreateFlowRequest |
CreateFlowRequest.withTasks(Collection<Task> tasks)
A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.
|
CreateFlowRequest |
CreateFlowRequest.withTasks(Task... tasks)
A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.
|
CreateFlowRequest |
CreateFlowRequest.withTriggerConfig(TriggerConfig triggerConfig)
The trigger settings that determine how and when the flow runs.
|
Copyright © 2021. All rights reserved.