Uses of Class
com.amazonaws.services.opsworks.model.StackConfigurationManager
-
Packages that use StackConfigurationManager Package Description com.amazonaws.services.opsworks.model -
-
Uses of StackConfigurationManager in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return StackConfigurationManager Modifier and Type Method Description StackConfigurationManager
StackConfigurationManager. clone()
StackConfigurationManager
AgentVersion. getConfigurationManager()
The configuration manager.StackConfigurationManager
CloneStackRequest. getConfigurationManager()
The configuration manager.StackConfigurationManager
CreateStackRequest. getConfigurationManager()
The configuration manager.StackConfigurationManager
DescribeAgentVersionsRequest. getConfigurationManager()
The configuration manager.StackConfigurationManager
Stack. getConfigurationManager()
The configuration manager.StackConfigurationManager
UpdateStackRequest. getConfigurationManager()
The configuration manager.StackConfigurationManager
StackConfigurationManager. withName(String name)
The name.StackConfigurationManager
StackConfigurationManager. withVersion(String version)
The Chef version.Methods in com.amazonaws.services.opsworks.model with parameters of type StackConfigurationManager Modifier and Type Method Description void
AgentVersion. setConfigurationManager(StackConfigurationManager configurationManager)
The configuration manager.void
CloneStackRequest. setConfigurationManager(StackConfigurationManager configurationManager)
The configuration manager.void
CreateStackRequest. setConfigurationManager(StackConfigurationManager configurationManager)
The configuration manager.void
DescribeAgentVersionsRequest. setConfigurationManager(StackConfigurationManager configurationManager)
The configuration manager.void
Stack. setConfigurationManager(StackConfigurationManager configurationManager)
The configuration manager.void
UpdateStackRequest. setConfigurationManager(StackConfigurationManager configurationManager)
The configuration manager.AgentVersion
AgentVersion. withConfigurationManager(StackConfigurationManager configurationManager)
The configuration manager.CloneStackRequest
CloneStackRequest. withConfigurationManager(StackConfigurationManager configurationManager)
The configuration manager.CreateStackRequest
CreateStackRequest. withConfigurationManager(StackConfigurationManager configurationManager)
The configuration manager.DescribeAgentVersionsRequest
DescribeAgentVersionsRequest. withConfigurationManager(StackConfigurationManager configurationManager)
The configuration manager.Stack
Stack. withConfigurationManager(StackConfigurationManager configurationManager)
The configuration manager.UpdateStackRequest
UpdateStackRequest. withConfigurationManager(StackConfigurationManager configurationManager)
The configuration manager.
-