Uses of Class
software.amazon.awssdk.services.lookoutvision.model.TargetDevice
-
Packages that use TargetDevice Package Description software.amazon.awssdk.services.lookoutvision.model -
-
Uses of TargetDevice in software.amazon.awssdk.services.lookoutvision.model
Methods in software.amazon.awssdk.services.lookoutvision.model that return TargetDevice Modifier and Type Method Description static TargetDeviceTargetDevice. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TargetDeviceGreengrassConfiguration. targetDevice()The target device for the model.static TargetDeviceTargetDevice. valueOf(String name)Returns the enum constant of this type with the specified name.static TargetDevice[]TargetDevice. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.lookoutvision.model that return types with arguments of type TargetDevice Modifier and Type Method Description static Set<TargetDevice>TargetDevice. knownValues()Methods in software.amazon.awssdk.services.lookoutvision.model with parameters of type TargetDevice Modifier and Type Method Description GreengrassConfiguration.BuilderGreengrassConfiguration.Builder. targetDevice(TargetDevice targetDevice)The target device for the model.
-