Uses of Class
software.amazon.awssdk.services.datasync.model.OverwriteMode
-
Packages that use OverwriteMode Package Description software.amazon.awssdk.services.datasync.model -
-
Uses of OverwriteMode in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return OverwriteMode Modifier and Type Method Description static OverwriteModeOverwriteMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.OverwriteModeOptions. overwriteMode()Specifies whether data at the destination location should be overwritten or preserved.static OverwriteModeOverwriteMode. 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.Methods in software.amazon.awssdk.services.datasync.model that return types with arguments of type OverwriteMode Modifier and Type Method Description static Set<OverwriteMode>OverwriteMode. knownValues()Methods in software.amazon.awssdk.services.datasync.model with parameters of type OverwriteMode Modifier and Type Method Description Options.BuilderOptions.Builder. overwriteMode(OverwriteMode overwriteMode)Specifies whether data at the destination location should be overwritten or preserved.
-