Uses of Class
software.amazon.awssdk.services.workspacesthinclient.model.EnvironmentSoftwareSetComplianceStatus
-
Packages that use EnvironmentSoftwareSetComplianceStatus Package Description software.amazon.awssdk.services.workspacesthinclient.model -
-
Uses of EnvironmentSoftwareSetComplianceStatus in software.amazon.awssdk.services.workspacesthinclient.model
Methods in software.amazon.awssdk.services.workspacesthinclient.model that return EnvironmentSoftwareSetComplianceStatus Modifier and Type Method Description static EnvironmentSoftwareSetComplianceStatusEnvironmentSoftwareSetComplianceStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.EnvironmentSoftwareSetComplianceStatusEnvironment. softwareSetComplianceStatus()Describes if the software currently installed on all devices in the environment is a supported version.static EnvironmentSoftwareSetComplianceStatusEnvironmentSoftwareSetComplianceStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static EnvironmentSoftwareSetComplianceStatus[]EnvironmentSoftwareSetComplianceStatus. 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 EnvironmentSoftwareSetComplianceStatus Modifier and Type Method Description static Set<EnvironmentSoftwareSetComplianceStatus>EnvironmentSoftwareSetComplianceStatus. knownValues()Methods in software.amazon.awssdk.services.workspacesthinclient.model with parameters of type EnvironmentSoftwareSetComplianceStatus Modifier and Type Method Description Environment.BuilderEnvironment.Builder. softwareSetComplianceStatus(EnvironmentSoftwareSetComplianceStatus softwareSetComplianceStatus)Describes if the software currently installed on all devices in the environment is a supported version.
-