| Package | Description |
|---|---|
| software.amazon.awssdk.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
static PreserveDevices |
PreserveDevices.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
PreserveDevices |
Options.preserveDevices()
A value that determines whether DataSync should preserve the metadata of block and character devices in the
source file system, and re-create the files with that device name and metadata on the destination.
|
static PreserveDevices |
PreserveDevices.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PreserveDevices[] |
PreserveDevices.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<PreserveDevices> |
PreserveDevices.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Options.Builder |
Options.Builder.preserveDevices(PreserveDevices preserveDevices)
A value that determines whether DataSync should preserve the metadata of block and character devices in the
source file system, and re-create the files with that device name and metadata on the destination.
|
Copyright © 2022. All rights reserved.