Uses of Class
software.amazon.awssdk.services.datasync.model.VerifyMode
-
Packages that use VerifyMode Package Description software.amazon.awssdk.services.datasync.model -
-
Uses of VerifyMode in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return VerifyMode Modifier and Type Method Description static VerifyModeVerifyMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static VerifyModeVerifyMode. valueOf(String name)Returns the enum constant of this type with the specified name.static VerifyMode[]VerifyMode. values()Returns an array containing the constants of this enum type, in the order they are declared.VerifyModeOptions. verifyMode()Specifies how and when DataSync checks the integrity of your data during a transfer.Methods in software.amazon.awssdk.services.datasync.model that return types with arguments of type VerifyMode Modifier and Type Method Description static Set<VerifyMode>VerifyMode. knownValues()Methods in software.amazon.awssdk.services.datasync.model with parameters of type VerifyMode Modifier and Type Method Description Options.BuilderOptions.Builder. verifyMode(VerifyMode verifyMode)Specifies how and when DataSync checks the integrity of your data during a transfer.
-