Uses of Class
software.amazon.awssdk.services.datasync.model.PreserveDevices
-
Packages that use PreserveDevices Package Description software.amazon.awssdk.services.datasync.model -
-
Uses of PreserveDevices in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return PreserveDevices Modifier and Type Method Description static PreserveDevicesPreserveDevices. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PreserveDevicesOptions. preserveDevices()Specifies whether DataSync should preserve the metadata of block and character devices in the source location and recreate the files with that device name and metadata on the destination.static PreserveDevicesPreserveDevices. valueOf(String name)Returns the enum constant of this type with the specified name.static PreserveDevices[]PreserveDevices. 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 PreserveDevices Modifier and Type Method Description static Set<PreserveDevices>PreserveDevices. knownValues()Methods in software.amazon.awssdk.services.datasync.model with parameters of type PreserveDevices Modifier and Type Method Description Options.BuilderOptions.Builder. preserveDevices(PreserveDevices preserveDevices)Specifies whether DataSync should preserve the metadata of block and character devices in the source location and recreate the files with that device name and metadata on the destination.
-