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()Determines whether DataSync transfers only the data and metadata that differ between the source and the destination location or transfers all the content from the source (without comparing what's in the destination).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)Determines whether DataSync transfers only the data and metadata that differ between the source and the destination location or transfers all the content from the source (without comparing what's in the destination).
-