Uses of Class
software.amazon.awssdk.services.apptest.model.FileMetadata
-
Packages that use FileMetadata Package Description software.amazon.awssdk.services.apptest.model -
-
Uses of FileMetadata in software.amazon.awssdk.services.apptest.model
Methods in software.amazon.awssdk.services.apptest.model that return FileMetadata Modifier and Type Method Description FileMetadataInputFile. fileMetadata()The file metadata of the input file.static FileMetadataFileMetadata. fromDatabaseCDC(Consumer<DatabaseCDC.Builder> databaseCDC)Create an instance of this class withdatabaseCDC()initialized to the given value.static FileMetadataFileMetadata. fromDatabaseCDC(DatabaseCDC databaseCDC)Create an instance of this class withdatabaseCDC()initialized to the given value.static FileMetadataFileMetadata. fromDataSets(List<DataSet> 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 FileMetadata Modifier and Type Method Description InputFile.BuilderInputFile.Builder. fileMetadata(FileMetadata fileMetadata)The file metadata of the input file.
-