| Package | Description |
|---|---|
| software.amazon.awssdk.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
Atime |
Options.atime()
A file metadata value that shows the last time a file was accessed (that is, when the file was read or written
to).
|
static Atime |
Atime.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Atime |
Atime.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<Atime> |
Atime.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Options.Builder |
Options.Builder.atime(Atime atime)
A file metadata value that shows the last time a file was accessed (that is, when the file was read or
written to).
|
Copyright © 2020. All rights reserved.