Uses of Class
software.amazon.awssdk.services.snowball.model.TransferOption
-
Packages that use TransferOption Package Description software.amazon.awssdk.services.snowball.model -
-
Uses of TransferOption in software.amazon.awssdk.services.snowball.model
Methods in software.amazon.awssdk.services.snowball.model that return TransferOption Modifier and Type Method Description static TransferOptionTransferOption. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TransferOptionTargetOnDeviceService. transferOption()Specifies whether the data is being imported or exported.static TransferOptionTransferOption. valueOf(String name)Returns the enum constant of this type with the specified name.static TransferOption[]TransferOption. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.snowball.model that return types with arguments of type TransferOption Modifier and Type Method Description static Set<TransferOption>TransferOption. knownValues()Methods in software.amazon.awssdk.services.snowball.model with parameters of type TransferOption Modifier and Type Method Description TargetOnDeviceService.BuilderTargetOnDeviceService.Builder. transferOption(TransferOption transferOption)Specifies whether the data is being imported or exported.
-