Uses of Class
software.amazon.awssdk.services.appflow.model.CatalogType
-
Packages that use CatalogType Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of CatalogType in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return CatalogType Modifier and Type Method Description CatalogTypeMetadataCatalogDetail. catalogType()The type of metadata catalog that Amazon AppFlow used for the associated flow run.static CatalogTypeCatalogType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CatalogTypeCatalogType. valueOf(String name)Returns the enum constant of this type with the specified name.static CatalogType[]CatalogType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.appflow.model that return types with arguments of type CatalogType Modifier and Type Method Description static Set<CatalogType>CatalogType. knownValues()Methods in software.amazon.awssdk.services.appflow.model with parameters of type CatalogType Modifier and Type Method Description MetadataCatalogDetail.BuilderMetadataCatalogDetail.Builder. catalogType(CatalogType catalogType)The type of metadata catalog that Amazon AppFlow used for the associated flow run.
-