|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StackConfigurationManager | |
---|---|
com.amazonaws.services.opsworks.model | Classes modeling the various types represented by AWSOpsWorks. |
Uses of StackConfigurationManager in com.amazonaws.services.opsworks.model |
---|
Methods in com.amazonaws.services.opsworks.model that return StackConfigurationManager | |
---|---|
StackConfigurationManager |
UpdateStackRequest.getConfigurationManager()
The configuration manager. |
StackConfigurationManager |
Stack.getConfigurationManager()
The configuration manager. |
StackConfigurationManager |
CreateStackRequest.getConfigurationManager()
The configuration manager. |
StackConfigurationManager |
CloneStackRequest.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 | |
---|---|
void |
UpdateStackRequest.setConfigurationManager(StackConfigurationManager configurationManager)
The configuration manager. |
void |
Stack.setConfigurationManager(StackConfigurationManager configurationManager)
The configuration manager. |
void |
CreateStackRequest.setConfigurationManager(StackConfigurationManager configurationManager)
The configuration manager. |
void |
CloneStackRequest.setConfigurationManager(StackConfigurationManager configurationManager)
The configuration manager. |
UpdateStackRequest |
UpdateStackRequest.withConfigurationManager(StackConfigurationManager configurationManager)
The configuration manager. |
Stack |
Stack.withConfigurationManager(StackConfigurationManager configurationManager)
The configuration manager. |
CreateStackRequest |
CreateStackRequest.withConfigurationManager(StackConfigurationManager configurationManager)
The configuration manager. |
CloneStackRequest |
CloneStackRequest.withConfigurationManager(StackConfigurationManager configurationManager)
The configuration manager. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |