| Package | Description |
|---|---|
| software.amazon.awssdk.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
List<MetadataCatalogDetail> |
DescribeFlowResponse.lastRunMetadataCatalogDetails()
Describes the metadata catalog, metadata table, and data partitions that Amazon AppFlow used for the associated
flow run.
|
List<MetadataCatalogDetail> |
ExecutionRecord.metadataCatalogDetails()
Describes the metadata catalog, metadata table, and data partitions that Amazon AppFlow used for the associated
flow run.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeFlowResponse.Builder |
DescribeFlowResponse.Builder.lastRunMetadataCatalogDetails(MetadataCatalogDetail... lastRunMetadataCatalogDetails)
Describes the metadata catalog, metadata table, and data partitions that Amazon AppFlow used for the
associated flow run.
|
ExecutionRecord.Builder |
ExecutionRecord.Builder.metadataCatalogDetails(MetadataCatalogDetail... metadataCatalogDetails)
Describes the metadata catalog, metadata table, and data partitions that Amazon AppFlow used for the
associated flow run.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeFlowResponse.Builder |
DescribeFlowResponse.Builder.lastRunMetadataCatalogDetails(Collection<MetadataCatalogDetail> lastRunMetadataCatalogDetails)
Describes the metadata catalog, metadata table, and data partitions that Amazon AppFlow used for the
associated flow run.
|
ExecutionRecord.Builder |
ExecutionRecord.Builder.metadataCatalogDetails(Collection<MetadataCatalogDetail> metadataCatalogDetails)
Describes the metadata catalog, metadata table, and data partitions that Amazon AppFlow used for the
associated flow run.
|
Copyright © 2023. All rights reserved.