Uses of Class
software.amazon.awssdk.services.devicefarm.model.DevicePoolType
-
Packages that use DevicePoolType Package Description software.amazon.awssdk.services.devicefarm.model -
-
Uses of DevicePoolType in software.amazon.awssdk.services.devicefarm.model
Methods in software.amazon.awssdk.services.devicefarm.model that return DevicePoolType Modifier and Type Method Description static DevicePoolTypeDevicePoolType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DevicePoolTypeDevicePool. type()The device pool's type.DevicePoolTypeListDevicePoolsRequest. type()The device pools' type.static DevicePoolTypeDevicePoolType. valueOf(String name)Returns the enum constant of this type with the specified name.static DevicePoolType[]DevicePoolType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.devicefarm.model that return types with arguments of type DevicePoolType Modifier and Type Method Description static Set<DevicePoolType>DevicePoolType. knownValues()Methods in software.amazon.awssdk.services.devicefarm.model with parameters of type DevicePoolType Modifier and Type Method Description DevicePool.BuilderDevicePool.Builder. type(DevicePoolType type)The device pool's type.ListDevicePoolsRequest.BuilderListDevicePoolsRequest.Builder. type(DevicePoolType type)The device pools' type.
-