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