Uses of Class
software.amazon.awssdk.services.appflow.model.RegistrationOutput
-
Packages that use RegistrationOutput Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of RegistrationOutput in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return RegistrationOutput Modifier and Type Method Description RegistrationOutputMetadataCatalogDetail. partitionRegistrationOutput()Describes the status of the attempt from Amazon AppFlow to register the data partitions with the metadata catalog.RegistrationOutputMetadataCatalogDetail. tableRegistrationOutput()Describes the status of the attempt from Amazon AppFlow to register the metadata table with the metadata catalog.Methods in software.amazon.awssdk.services.appflow.model with parameters of type RegistrationOutput Modifier and Type Method Description MetadataCatalogDetail.BuilderMetadataCatalogDetail.Builder. partitionRegistrationOutput(RegistrationOutput partitionRegistrationOutput)Describes the status of the attempt from Amazon AppFlow to register the data partitions with the metadata catalog.MetadataCatalogDetail.BuilderMetadataCatalogDetail.Builder. tableRegistrationOutput(RegistrationOutput tableRegistrationOutput)Describes the status of the attempt from Amazon AppFlow to register the metadata table with the metadata catalog.
-