| Package | Description |
|---|---|
| com.amazonaws.services.opsworks.model |
| Modifier and Type | Method and Description |
|---|---|
OperatingSystem |
OperatingSystem.clone() |
OperatingSystem |
OperatingSystem.withConfigurationManagers(Collection<OperatingSystemConfigurationManager> configurationManagers)
Supported configuration manager name and versions for an AWS OpsWorks Stacks operating system.
|
OperatingSystem |
OperatingSystem.withConfigurationManagers(OperatingSystemConfigurationManager... configurationManagers)
Supported configuration manager name and versions for an AWS OpsWorks Stacks operating system.
|
OperatingSystem |
OperatingSystem.withId(String id)
The ID of a supported operating system, such as
Amazon Linux 2017.09. |
OperatingSystem |
OperatingSystem.withName(String name)
The name of the operating system, such as
Amazon Linux 2017.09. |
OperatingSystem |
OperatingSystem.withReportedName(String reportedName)
A short name for the operating system manufacturer.
|
OperatingSystem |
OperatingSystem.withReportedVersion(String reportedVersion)
The version of the operating system, including the release and edition, if applicable.
|
OperatingSystem |
OperatingSystem.withSupported(Boolean supported)
Indicates that an operating system is not supported for new instances.
|
OperatingSystem |
OperatingSystem.withType(String type)
The type of a supported operating system, either
Linux or Windows. |
| Modifier and Type | Method and Description |
|---|---|
List<OperatingSystem> |
DescribeOperatingSystemsResult.getOperatingSystems()
Contains information in response to a
DescribeOperatingSystems request. |
| Modifier and Type | Method and Description |
|---|---|
DescribeOperatingSystemsResult |
DescribeOperatingSystemsResult.withOperatingSystems(OperatingSystem... operatingSystems)
Contains information in response to a
DescribeOperatingSystems request. |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeOperatingSystemsResult.setOperatingSystems(Collection<OperatingSystem> operatingSystems)
Contains information in response to a
DescribeOperatingSystems request. |
DescribeOperatingSystemsResult |
DescribeOperatingSystemsResult.withOperatingSystems(Collection<OperatingSystem> operatingSystems)
Contains information in response to a
DescribeOperatingSystems request. |
Copyright © 2019. All rights reserved.