Uses of Class
software.amazon.awssdk.services.apptest.model.CompareFileType
-
Packages that use CompareFileType Package Description software.amazon.awssdk.services.apptest.model -
-
Uses of CompareFileType in software.amazon.awssdk.services.apptest.model
Methods in software.amazon.awssdk.services.apptest.model that return CompareFileType Modifier and Type Method Description CompareFileTypeFile. fileType()The file type of the file.static CompareFileTypeCompareFileType. fromDatabaseCDC(Consumer<CompareDatabaseCDCSummary.Builder> databaseCDC)Create an instance of this class withdatabaseCDC()initialized to the given value.static CompareFileTypeCompareFileType. fromDatabaseCDC(CompareDatabaseCDCSummary databaseCDC)Create an instance of this class withdatabaseCDC()initialized to the given value.static CompareFileTypeCompareFileType. fromDatasets(Consumer<CompareDataSetsSummary.Builder> datasets)Create an instance of this class withdatasets()initialized to the given value.static CompareFileTypeCompareFileType. fromDatasets(CompareDataSetsSummary datasets)Create an instance of this class withdatasets()initialized to the given value.Methods in software.amazon.awssdk.services.apptest.model with parameters of type CompareFileType Modifier and Type Method Description File.BuilderFile.Builder. fileType(CompareFileType fileType)The file type of the file.static FileFile. fromFileType(CompareFileType fileType)Create an instance of this class withFile.fileType()initialized to the given value.
-