Uses of Class
software.amazon.awssdk.services.datasync.model.TransferMode
-
Packages that use TransferMode Package Description software.amazon.awssdk.services.datasync.model -
-
Uses of TransferMode in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return TransferMode Modifier and Type Method Description static TransferModeTransferMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TransferModeOptions. transferMode()Specifies whether DataSync transfers only the data (including metadata) that differs between locations following an initial copy or transfers all data every time you run the task.static TransferModeTransferMode. valueOf(String name)Returns the enum constant of this type with the specified name.static TransferMode[]TransferMode. 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 TransferMode Modifier and Type Method Description static Set<TransferMode>TransferMode. knownValues()Methods in software.amazon.awssdk.services.datasync.model with parameters of type TransferMode Modifier and Type Method Description Options.BuilderOptions.Builder. transferMode(TransferMode transferMode)Specifies whether DataSync transfers only the data (including metadata) that differs between locations following an initial copy or transfers all data every time you run the task.
-