Uses of Class
software.amazon.awssdk.services.appflow.model.MetadataCatalogDetail
-
Packages that use MetadataCatalogDetail Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of MetadataCatalogDetail in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return types with arguments of type MetadataCatalogDetail Modifier and Type Method 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.Methods in software.amazon.awssdk.services.appflow.model with parameters of type MetadataCatalogDetail Modifier and Type Method Description DescribeFlowResponse.BuilderDescribeFlowResponse.Builder. lastRunMetadataCatalogDetails(MetadataCatalogDetail... lastRunMetadataCatalogDetails)Describes the metadata catalog, metadata table, and data partitions that Amazon AppFlow used for the associated flow run.ExecutionRecord.BuilderExecutionRecord.Builder. metadataCatalogDetails(MetadataCatalogDetail... metadataCatalogDetails)Describes the metadata catalog, metadata table, and data partitions that Amazon AppFlow used for the associated flow run.Method parameters in software.amazon.awssdk.services.appflow.model with type arguments of type MetadataCatalogDetail Modifier and Type Method Description DescribeFlowResponse.BuilderDescribeFlowResponse.Builder. lastRunMetadataCatalogDetails(Collection<MetadataCatalogDetail> lastRunMetadataCatalogDetails)Describes the metadata catalog, metadata table, and data partitions that Amazon AppFlow used for the associated flow run.ExecutionRecord.BuilderExecutionRecord.Builder. metadataCatalogDetails(Collection<MetadataCatalogDetail> metadataCatalogDetails)Describes the metadata catalog, metadata table, and data partitions that Amazon AppFlow used for the associated flow run.
-