Uses of Class
software.amazon.awssdk.services.workspacesthinclient.model.DeviceSoftwareSetComplianceStatus
-
Packages that use DeviceSoftwareSetComplianceStatus Package Description software.amazon.awssdk.services.workspacesthinclient.model -
-
Uses of DeviceSoftwareSetComplianceStatus in software.amazon.awssdk.services.workspacesthinclient.model
Methods in software.amazon.awssdk.services.workspacesthinclient.model that return DeviceSoftwareSetComplianceStatus Modifier and Type Method Description static DeviceSoftwareSetComplianceStatusDeviceSoftwareSetComplianceStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DeviceSoftwareSetComplianceStatusDevice. softwareSetComplianceStatus()Describes if the software currently installed on the device is a supported version.static DeviceSoftwareSetComplianceStatusDeviceSoftwareSetComplianceStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static DeviceSoftwareSetComplianceStatus[]DeviceSoftwareSetComplianceStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.workspacesthinclient.model that return types with arguments of type DeviceSoftwareSetComplianceStatus Modifier and Type Method Description static Set<DeviceSoftwareSetComplianceStatus>DeviceSoftwareSetComplianceStatus. knownValues()Methods in software.amazon.awssdk.services.workspacesthinclient.model with parameters of type DeviceSoftwareSetComplianceStatus Modifier and Type Method Description Device.BuilderDevice.Builder. softwareSetComplianceStatus(DeviceSoftwareSetComplianceStatus softwareSetComplianceStatus)Describes if the software currently installed on the device is a supported version.
-