| Package | Description |
|---|---|
| com.amazonaws.services.appflow |
Welcome to the Amazon AppFlow API reference.
|
| com.amazonaws.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeFlowResult |
AbstractAmazonAppflow.describeFlow(DescribeFlowRequest request) |
DescribeFlowResult |
AmazonAppflow.describeFlow(DescribeFlowRequest describeFlowRequest)
Provides a description of the specified flow.
|
DescribeFlowResult |
AmazonAppflowClient.describeFlow(DescribeFlowRequest request)
Provides a description of the specified flow.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeFlowResult> |
AbstractAmazonAppflowAsync.describeFlowAsync(DescribeFlowRequest request,
AsyncHandler<DescribeFlowRequest,DescribeFlowResult> asyncHandler) |
Future<DescribeFlowResult> |
AmazonAppflowAsyncClient.describeFlowAsync(DescribeFlowRequest request,
AsyncHandler<DescribeFlowRequest,DescribeFlowResult> asyncHandler) |
Future<DescribeFlowResult> |
AmazonAppflowAsync.describeFlowAsync(DescribeFlowRequest describeFlowRequest,
AsyncHandler<DescribeFlowRequest,DescribeFlowResult> asyncHandler)
Provides a description of the specified flow.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeFlowResult |
DescribeFlowResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
DescribeFlowResult |
DescribeFlowResult.clearTagsEntries()
Removes all the entries added into Tags.
|
DescribeFlowResult |
DescribeFlowResult.clone() |
DescribeFlowResult |
DescribeFlowResult.withCreatedAt(Date createdAt)
Specifies when the flow was created.
|
DescribeFlowResult |
DescribeFlowResult.withCreatedBy(String createdBy)
The ARN of the user who created the flow.
|
DescribeFlowResult |
DescribeFlowResult.withDescription(String description)
A description of the flow.
|
DescribeFlowResult |
DescribeFlowResult.withDestinationFlowConfigList(Collection<DestinationFlowConfig> destinationFlowConfigList)
The configuration that controls how Amazon AppFlow transfers data to the destination connector.
|
DescribeFlowResult |
DescribeFlowResult.withDestinationFlowConfigList(DestinationFlowConfig... destinationFlowConfigList)
The configuration that controls how Amazon AppFlow transfers data to the destination connector.
|
DescribeFlowResult |
DescribeFlowResult.withFlowArn(String flowArn)
The flow's Amazon Resource Name (ARN).
|
DescribeFlowResult |
DescribeFlowResult.withFlowName(String flowName)
The specified name of the flow.
|
DescribeFlowResult |
DescribeFlowResult.withFlowStatus(FlowStatus flowStatus)
Indicates the current status of the flow.
|
DescribeFlowResult |
DescribeFlowResult.withFlowStatus(String flowStatus)
Indicates the current status of the flow.
|
DescribeFlowResult |
DescribeFlowResult.withFlowStatusMessage(String flowStatusMessage)
Contains an error message if the flow status is in a suspended or error state.
|
DescribeFlowResult |
DescribeFlowResult.withKmsArn(String kmsArn)
The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption.
|
DescribeFlowResult |
DescribeFlowResult.withLastRunExecutionDetails(ExecutionDetails lastRunExecutionDetails)
Describes the details of the most recent flow run.
|
DescribeFlowResult |
DescribeFlowResult.withLastRunMetadataCatalogDetails(Collection<MetadataCatalogDetail> lastRunMetadataCatalogDetails)
Describes the metadata catalog, metadata table, and data partitions that Amazon AppFlow used for the associated
flow run.
|
DescribeFlowResult |
DescribeFlowResult.withLastRunMetadataCatalogDetails(MetadataCatalogDetail... lastRunMetadataCatalogDetails)
Describes the metadata catalog, metadata table, and data partitions that Amazon AppFlow used for the associated
flow run.
|
DescribeFlowResult |
DescribeFlowResult.withLastUpdatedAt(Date lastUpdatedAt)
Specifies when the flow was last updated.
|
DescribeFlowResult |
DescribeFlowResult.withLastUpdatedBy(String lastUpdatedBy)
Specifies the user name of the account that performed the most recent update.
|
DescribeFlowResult |
DescribeFlowResult.withMetadataCatalogConfig(MetadataCatalogConfig metadataCatalogConfig)
Specifies the configuration that Amazon AppFlow uses when it catalogs the data that's transferred by the
associated flow.
|
DescribeFlowResult |
DescribeFlowResult.withSchemaVersion(Long schemaVersion)
The version number of your data schema.
|
DescribeFlowResult |
DescribeFlowResult.withSourceFlowConfig(SourceFlowConfig sourceFlowConfig)
The configuration that controls how Amazon AppFlow retrieves data from the source connector.
|
DescribeFlowResult |
DescribeFlowResult.withTags(Map<String,String> tags)
The tags used to organize, track, or control access for your flow.
|
DescribeFlowResult |
DescribeFlowResult.withTasks(Collection<Task> tasks)
A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.
|
DescribeFlowResult |
DescribeFlowResult.withTasks(Task... tasks)
A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.
|
DescribeFlowResult |
DescribeFlowResult.withTriggerConfig(TriggerConfig triggerConfig)
The trigger settings that determine how and when the flow runs.
|
Copyright © 2023. All rights reserved.