Uses of Class
software.amazon.awssdk.services.snowball.model.DeviceServiceName
-
Packages that use DeviceServiceName Package Description software.amazon.awssdk.services.snowball.model -
-
Uses of DeviceServiceName in software.amazon.awssdk.services.snowball.model
Methods in software.amazon.awssdk.services.snowball.model that return DeviceServiceName Modifier and Type Method Description static DeviceServiceNameDeviceServiceName. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DeviceServiceNameTargetOnDeviceService. serviceName()Specifies the name of the service on the Snow Family device that your transferred data will be exported from or imported into.static DeviceServiceNameDeviceServiceName. valueOf(String name)Returns the enum constant of this type with the specified name.static DeviceServiceName[]DeviceServiceName. 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 DeviceServiceName Modifier and Type Method Description static Set<DeviceServiceName>DeviceServiceName. knownValues()Methods in software.amazon.awssdk.services.snowball.model with parameters of type DeviceServiceName Modifier and Type Method Description TargetOnDeviceService.BuilderTargetOnDeviceService.Builder. serviceName(DeviceServiceName serviceName)Specifies the name of the service on the Snow Family device that your transferred data will be exported from or imported into.
-