Uses of Class
software.amazon.awssdk.services.datasync.model.ManifestFormat
-
Packages that use ManifestFormat Package Description software.amazon.awssdk.services.datasync.model -
-
Uses of ManifestFormat in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return ManifestFormat Modifier and Type Method Description ManifestFormatManifestConfig. format()Specifies the file format of your manifest.static ManifestFormatManifestFormat. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ManifestFormatManifestFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static ManifestFormat[]ManifestFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.datasync.model that return types with arguments of type ManifestFormat Modifier and Type Method Description static Set<ManifestFormat>ManifestFormat. knownValues()Methods in software.amazon.awssdk.services.datasync.model with parameters of type ManifestFormat Modifier and Type Method Description ManifestConfig.BuilderManifestConfig.Builder. format(ManifestFormat format)Specifies the file format of your manifest.
-