Package | Description |
---|---|
com.amazonaws.services.opsworks.model | |
com.amazonaws.services.opsworks.model.transform |
Modifier and Type | Field and Description |
---|---|
private ReportedOs |
Instance.reportedOs
For registered instances, the reported operating system.
|
Modifier and Type | Method and Description |
---|---|
ReportedOs |
ReportedOs.clone() |
ReportedOs |
Instance.getReportedOs()
For registered instances, the reported operating system.
|
ReportedOs |
ReportedOs.withFamily(java.lang.String family)
The operating system family.
|
ReportedOs |
ReportedOs.withName(java.lang.String name)
The operating system name.
|
ReportedOs |
ReportedOs.withVersion(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
ReportedOs |
ReportedOsJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ReportedOsJsonMarshaller.marshall(ReportedOs reportedOs,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|