Uses of Class
software.amazon.awssdk.services.datasync.model.Mtime
-
Packages that use Mtime Package Description software.amazon.awssdk.services.datasync.model -
-
Uses of Mtime in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return Mtime Modifier and Type Method Description static MtimeMtime. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MtimeOptions. mtime()Specifies whether to preserve metadata indicating the last time that a file was written to before thePREPARINGphase of your task execution.static MtimeMtime. valueOf(String name)Returns the enum constant of this type with the specified name.static Mtime[]Mtime. 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 Mtime Modifier and Type Method Description static Set<Mtime>Mtime. knownValues()Methods in software.amazon.awssdk.services.datasync.model with parameters of type Mtime Modifier and Type Method Description Options.BuilderOptions.Builder. mtime(Mtime mtime)Specifies whether to preserve metadata indicating the last time that a file was written to before thePREPARINGphase of your task execution.
-