Package | Description |
---|---|
com.amazonaws.services.opsworks.model | |
com.amazonaws.services.opsworks.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<AgentVersion> |
DescribeAgentVersionsResult.agentVersions
The agent versions for the specified stack or configuration manager.
|
Modifier and Type | Method and Description |
---|---|
AgentVersion |
AgentVersion.clone() |
AgentVersion |
AgentVersion.withConfigurationManager(StackConfigurationManager configurationManager)
The configuration manager.
|
AgentVersion |
AgentVersion.withVersion(java.lang.String version)
The agent version.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<AgentVersion> agentVersions)
The agent versions for the specified stack or configuration manager.
|
DescribeAgentVersionsResult |
DescribeAgentVersionsResult.withAgentVersions(java.util.Collection<AgentVersion> agentVersions)
The agent versions for the specified stack or configuration manager.
|
Modifier and Type | Method and Description |
---|---|
AgentVersion |
AgentVersionJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
AgentVersionJsonMarshaller.marshall(AgentVersion agentVersion,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|