Package | Description |
---|---|
com.amazonaws.services.opsworks.model |
Modifier and Type | Method and Description |
---|---|
AgentVersion |
AgentVersion.clone() |
AgentVersion |
AgentVersion.withConfigurationManager(StackConfigurationManager configurationManager)
The configuration manager.
|
AgentVersion |
AgentVersion.withVersion(String version)
The agent version.
|
Modifier and Type | Method and Description |
---|---|
List<AgentVersion> |
DescribeAgentVersionsResult.getAgentVersions()
The agent versions for the specified stack or configuration manager.
|
Modifier and Type | Method and Description |
---|---|
DescribeAgentVersionsResult |
DescribeAgentVersionsResult.withAgentVersions(AgentVersion... agentVersions)
The agent versions for the specified stack or configuration manager.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeAgentVersionsResult.setAgentVersions(Collection<AgentVersion> agentVersions)
The agent versions for the specified stack or configuration manager.
|
DescribeAgentVersionsResult |
DescribeAgentVersionsResult.withAgentVersions(Collection<AgentVersion> agentVersions)
The agent versions for the specified stack or configuration manager.
|
Copyright © 2018. All rights reserved.