| Package | Description |
|---|---|
| com.amazonaws.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
static OverwriteMode |
OverwriteMode.fromValue(String value)
Use this in place of valueOf.
|
static OverwriteMode |
OverwriteMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OverwriteMode[] |
OverwriteMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Options |
Options.withOverwriteMode(OverwriteMode overwriteMode)
A value that determines whether files at the destination should be overwritten or preserved when copying files.
|
Copyright © 2021. All rights reserved.