| Package | Description |
|---|---|
| com.amazonaws.services.opsworks.model |
| Modifier and Type | Method and Description |
|---|---|
OperatingSystemConfigurationManager |
OperatingSystemConfigurationManager.clone() |
OperatingSystemConfigurationManager |
OperatingSystemConfigurationManager.withName(String name)
The name of the configuration manager, which is Chef.
|
OperatingSystemConfigurationManager |
OperatingSystemConfigurationManager.withVersion(String version)
The versions of the configuration manager that are supported by an operating system.
|
| Modifier and Type | Method and Description |
|---|---|
List<OperatingSystemConfigurationManager> |
OperatingSystem.getConfigurationManagers()
Supported configuration manager name and versions for an AWS OpsWorks Stacks operating system.
|
| Modifier and Type | Method and Description |
|---|---|
OperatingSystem |
OperatingSystem.withConfigurationManagers(OperatingSystemConfigurationManager... configurationManagers)
Supported configuration manager name and versions for an AWS OpsWorks Stacks operating system.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OperatingSystem.setConfigurationManagers(Collection<OperatingSystemConfigurationManager> configurationManagers)
Supported configuration manager name and versions for an AWS OpsWorks Stacks operating system.
|
OperatingSystem |
OperatingSystem.withConfigurationManagers(Collection<OperatingSystemConfigurationManager> configurationManagers)
Supported configuration manager name and versions for an AWS OpsWorks Stacks operating system.
|
Copyright © 2019. All rights reserved.