Uses of Class
software.amazon.awssdk.services.transfer.model.OverwriteExisting
-
Packages that use OverwriteExisting Package Description software.amazon.awssdk.services.transfer.model -
-
Uses of OverwriteExisting in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return OverwriteExisting Modifier and Type Method Description static OverwriteExistingOverwriteExisting. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.OverwriteExistingCopyStepDetails. overwriteExisting()A flag that indicates whether to overwrite an existing file of the same name.OverwriteExistingDecryptStepDetails. overwriteExisting()A flag that indicates whether to overwrite an existing file of the same name.static OverwriteExistingOverwriteExisting. 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.Methods in software.amazon.awssdk.services.transfer.model that return types with arguments of type OverwriteExisting Modifier and Type Method Description static Set<OverwriteExisting>OverwriteExisting. knownValues()Methods in software.amazon.awssdk.services.transfer.model with parameters of type OverwriteExisting Modifier and Type Method Description CopyStepDetails.BuilderCopyStepDetails.Builder. overwriteExisting(OverwriteExisting overwriteExisting)A flag that indicates whether to overwrite an existing file of the same name.DecryptStepDetails.BuilderDecryptStepDetails.Builder. overwriteExisting(OverwriteExisting overwriteExisting)A flag that indicates whether to overwrite an existing file of the same name.
-