| Package | Description |
|---|---|
| com.amazonaws.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
static OverwriteExisting |
OverwriteExisting.fromValue(String value)
Use this in place of valueOf.
|
static OverwriteExisting |
OverwriteExisting.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OverwriteExisting[] |
OverwriteExisting.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DecryptStepDetails |
DecryptStepDetails.withOverwriteExisting(OverwriteExisting overwriteExisting)
A flag that indicates whether to overwrite an existing file of the same name.
|
CopyStepDetails |
CopyStepDetails.withOverwriteExisting(OverwriteExisting overwriteExisting)
A flag that indicates whether to overwrite an existing file of the same name.
|
Copyright © 2023. All rights reserved.