Uses of Class
software.amazon.awssdk.services.opsworks.model.AgentVersion
-
Packages that use AgentVersion Package Description software.amazon.awssdk.services.opsworks.model -
-
Uses of AgentVersion in software.amazon.awssdk.services.opsworks.model
Methods in software.amazon.awssdk.services.opsworks.model that return types with arguments of type AgentVersion Modifier and Type Method Description List<AgentVersion>DescribeAgentVersionsResponse. agentVersions()The agent versions for the specified stack or configuration manager.Methods in software.amazon.awssdk.services.opsworks.model with parameters of type AgentVersion Modifier and Type Method Description DescribeAgentVersionsResponse.BuilderDescribeAgentVersionsResponse.Builder. agentVersions(AgentVersion... agentVersions)The agent versions for the specified stack or configuration manager.Method parameters in software.amazon.awssdk.services.opsworks.model with type arguments of type AgentVersion Modifier and Type Method Description DescribeAgentVersionsResponse.BuilderDescribeAgentVersionsResponse.Builder. agentVersions(Collection<AgentVersion> agentVersions)The agent versions for the specified stack or configuration manager.
-