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 StackConfigurationManagerStackConfigurationManager. clone()StackConfigurationManagerAgentVersion. getConfigurationManager()The configuration manager.StackConfigurationManagerCloneStackRequest. getConfigurationManager()The configuration manager.StackConfigurationManagerCreateStackRequest. getConfigurationManager()The configuration manager.StackConfigurationManagerDescribeAgentVersionsRequest. getConfigurationManager()The configuration manager.StackConfigurationManagerStack. getConfigurationManager()The configuration manager.StackConfigurationManagerUpdateStackRequest. getConfigurationManager()The configuration manager.StackConfigurationManagerStackConfigurationManager. withName(String name)The name.StackConfigurationManagerStackConfigurationManager. withVersion(String version)The Chef version.Methods in com.amazonaws.services.opsworks.model with parameters of type StackConfigurationManager Modifier and Type Method Description voidAgentVersion. setConfigurationManager(StackConfigurationManager configurationManager)The configuration manager.voidCloneStackRequest. setConfigurationManager(StackConfigurationManager configurationManager)The configuration manager.voidCreateStackRequest. setConfigurationManager(StackConfigurationManager configurationManager)The configuration manager.voidDescribeAgentVersionsRequest. setConfigurationManager(StackConfigurationManager configurationManager)The configuration manager.voidStack. setConfigurationManager(StackConfigurationManager configurationManager)The configuration manager.voidUpdateStackRequest. setConfigurationManager(StackConfigurationManager configurationManager)The configuration manager.AgentVersionAgentVersion. withConfigurationManager(StackConfigurationManager configurationManager)The configuration manager.CloneStackRequestCloneStackRequest. withConfigurationManager(StackConfigurationManager configurationManager)The configuration manager.CreateStackRequestCreateStackRequest. withConfigurationManager(StackConfigurationManager configurationManager)The configuration manager.DescribeAgentVersionsRequestDescribeAgentVersionsRequest. withConfigurationManager(StackConfigurationManager configurationManager)The configuration manager.StackStack. withConfigurationManager(StackConfigurationManager configurationManager)The configuration manager.UpdateStackRequestUpdateStackRequest. withConfigurationManager(StackConfigurationManager configurationManager)The configuration manager.
-