| Package | Description |
|---|---|
| software.amazon.awssdk.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
static Mtime |
Mtime.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
Mtime |
Options.mtime()
Specifies whether to preserve metadata indicating the last time that a file was written to before the
PREPARING phase of your task execution. |
static Mtime |
Mtime.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<Mtime> |
Mtime.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Options.Builder |
Options.Builder.mtime(Mtime mtime)
Specifies whether to preserve metadata indicating the last time that a file was written to before the
PREPARING phase of your task execution. |
Copyright © 2023. All rights reserved.