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