Uses of Class
software.amazon.awssdk.services.datasync.model.PreserveDeletedFiles
-
Packages that use PreserveDeletedFiles Package Description software.amazon.awssdk.services.datasync.model -
-
Uses of PreserveDeletedFiles in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return PreserveDeletedFiles Modifier and Type Method Description static PreserveDeletedFilesPreserveDeletedFiles. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PreserveDeletedFilesOptions. preserveDeletedFiles()Specifies whether files in the destination location that don't exist in the source should be preserved.static PreserveDeletedFilesPreserveDeletedFiles. valueOf(String name)Returns the enum constant of this type with the specified name.static PreserveDeletedFiles[]PreserveDeletedFiles. 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 PreserveDeletedFiles Modifier and Type Method Description static Set<PreserveDeletedFiles>PreserveDeletedFiles. knownValues()Methods in software.amazon.awssdk.services.datasync.model with parameters of type PreserveDeletedFiles Modifier and Type Method Description Options.BuilderOptions.Builder. preserveDeletedFiles(PreserveDeletedFiles preserveDeletedFiles)Specifies whether files in the destination location that don't exist in the source should be preserved.
-