Uses of Class
com.amazonaws.services.opsworks.model.AgentVersion
-
Packages that use AgentVersion Package Description com.amazonaws.services.opsworks.model -
-
Uses of AgentVersion in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return AgentVersion Modifier and Type Method Description AgentVersion
AgentVersion. clone()
AgentVersion
AgentVersion. withConfigurationManager(StackConfigurationManager configurationManager)
The configuration manager.AgentVersion
AgentVersion. withVersion(String version)
The agent version.Methods in com.amazonaws.services.opsworks.model that return types with arguments of type AgentVersion Modifier and Type Method Description List<AgentVersion>
DescribeAgentVersionsResult. getAgentVersions()
The agent versions for the specified stack or configuration manager.Methods in com.amazonaws.services.opsworks.model with parameters of type AgentVersion Modifier and Type Method Description DescribeAgentVersionsResult
DescribeAgentVersionsResult. withAgentVersions(AgentVersion... agentVersions)
The agent versions for the specified stack or configuration manager.Method parameters in com.amazonaws.services.opsworks.model with type arguments of type AgentVersion Modifier and Type Method 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.
-