Uses of Class
com.amazonaws.services.opsworks.model.ReportedOs
-
Packages that use ReportedOs Package Description com.amazonaws.services.opsworks.model -
-
Uses of ReportedOs in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return ReportedOs Modifier and Type Method Description ReportedOsReportedOs. clone()ReportedOsInstance. getReportedOs()For registered instances, the reported operating system.ReportedOsReportedOs. withFamily(String family)The operating system family.ReportedOsReportedOs. withName(String name)The operating system name.ReportedOsReportedOs. withVersion(String version)The operating system version.Methods in com.amazonaws.services.opsworks.model with parameters of type ReportedOs Modifier and Type Method Description voidInstance. setReportedOs(ReportedOs reportedOs)For registered instances, the reported operating system.InstanceInstance. withReportedOs(ReportedOs reportedOs)For registered instances, the reported operating system.
-