Uses of Class
software.amazon.awssdk.services.appflow.model.MetadataCatalogConfig
-
Packages that use MetadataCatalogConfig Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of MetadataCatalogConfig in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return MetadataCatalogConfig Modifier and Type Method Description MetadataCatalogConfigCreateFlowRequest. metadataCatalogConfig()Specifies the configuration that Amazon AppFlow uses when it catalogs the data that's transferred by the associated flow.MetadataCatalogConfigDescribeFlowResponse. metadataCatalogConfig()Specifies the configuration that Amazon AppFlow uses when it catalogs the data that's transferred by the associated flow.MetadataCatalogConfigUpdateFlowRequest. metadataCatalogConfig()Specifies the configuration that Amazon AppFlow uses when it catalogs the data that's transferred by the associated flow.Methods in software.amazon.awssdk.services.appflow.model with parameters of type MetadataCatalogConfig Modifier and Type Method Description CreateFlowRequest.BuilderCreateFlowRequest.Builder. metadataCatalogConfig(MetadataCatalogConfig metadataCatalogConfig)Specifies the configuration that Amazon AppFlow uses when it catalogs the data that's transferred by the associated flow.DescribeFlowResponse.BuilderDescribeFlowResponse.Builder. metadataCatalogConfig(MetadataCatalogConfig metadataCatalogConfig)Specifies the configuration that Amazon AppFlow uses when it catalogs the data that's transferred by the associated flow.UpdateFlowRequest.BuilderUpdateFlowRequest.Builder. metadataCatalogConfig(MetadataCatalogConfig metadataCatalogConfig)Specifies the configuration that Amazon AppFlow uses when it catalogs the data that's transferred by the associated flow.
-