Package | Description |
---|---|
com.amazonaws.services.opsworks.model |
Modifier and Type | Method and Description |
---|---|
ReportedOs |
ReportedOs.clone() |
ReportedOs |
Instance.getReportedOs()
For registered instances, the reported operating system.
|
ReportedOs |
ReportedOs.withFamily(String family)
The operating system family.
|
ReportedOs |
ReportedOs.withName(String name)
The operating system name.
|
ReportedOs |
ReportedOs.withVersion(String version)
The operating system version.
|
Modifier and Type | Method and Description |
---|---|
void |
Instance.setReportedOs(ReportedOs reportedOs)
For registered instances, the reported operating system.
|
Instance |
Instance.withReportedOs(ReportedOs reportedOs)
For registered instances, the reported operating system.
|
Copyright © 2018. All rights reserved.