| Package | Description |
|---|---|
| software.amazon.awssdk.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
static OverwriteExisting |
OverwriteExisting.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
OverwriteExisting |
DecryptStepDetails.overwriteExisting()
A flag that indicates whether to overwrite an existing file of the same name.
|
OverwriteExisting |
CopyStepDetails.overwriteExisting()
A flag that indicates whether to overwrite an existing file of the same name.
|
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 |
|---|---|
static Set<OverwriteExisting> |
OverwriteExisting.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DecryptStepDetails.Builder |
DecryptStepDetails.Builder.overwriteExisting(OverwriteExisting overwriteExisting)
A flag that indicates whether to overwrite an existing file of the same name.
|
CopyStepDetails.Builder |
CopyStepDetails.Builder.overwriteExisting(OverwriteExisting overwriteExisting)
A flag that indicates whether to overwrite an existing file of the same name.
|
Copyright © 2023. All rights reserved.