Uses of Class
software.amazon.awssdk.services.lookoutvision.model.TargetPlatformOs
-
Packages that use TargetPlatformOs Package Description software.amazon.awssdk.services.lookoutvision.model -
-
Uses of TargetPlatformOs in software.amazon.awssdk.services.lookoutvision.model
Methods in software.amazon.awssdk.services.lookoutvision.model that return TargetPlatformOs Modifier and Type Method Description static TargetPlatformOsTargetPlatformOs. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TargetPlatformOsTargetPlatform. os()The target operating system for the model.static TargetPlatformOsTargetPlatformOs. valueOf(String name)Returns the enum constant of this type with the specified name.static TargetPlatformOs[]TargetPlatformOs. 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 TargetPlatformOs Modifier and Type Method Description static Set<TargetPlatformOs>TargetPlatformOs. knownValues()Methods in software.amazon.awssdk.services.lookoutvision.model with parameters of type TargetPlatformOs Modifier and Type Method Description TargetPlatform.BuilderTargetPlatform.Builder. os(TargetPlatformOs os)The target operating system for the model.
-