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 AgentVersionAgentVersion. clone()AgentVersionAgentVersion. withConfigurationManager(StackConfigurationManager configurationManager)The configuration manager.AgentVersionAgentVersion. 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 DescribeAgentVersionsResultDescribeAgentVersionsResult. 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 voidDescribeAgentVersionsResult. setAgentVersions(Collection<AgentVersion> agentVersions)The agent versions for the specified stack or configuration manager.DescribeAgentVersionsResultDescribeAgentVersionsResult. withAgentVersions(Collection<AgentVersion> agentVersions)The agent versions for the specified stack or configuration manager.
-