Package | Description |
---|---|
com.amazonaws.services.opsworks.model | |
com.amazonaws.services.opsworks.model.transform |
Modifier and Type | Field and Description |
---|---|
private StackConfigurationManager |
UpdateStackRequest.configurationManager
The configuration manager.
|
private StackConfigurationManager |
Stack.configurationManager
The configuration manager.
|
private StackConfigurationManager |
DescribeAgentVersionsRequest.configurationManager
The configuration manager.
|
private StackConfigurationManager |
CreateStackRequest.configurationManager
The configuration manager.
|
private StackConfigurationManager |
CloneStackRequest.configurationManager
The configuration manager.
|
private StackConfigurationManager |
AgentVersion.configurationManager
The configuration manager.
|
Modifier and Type | Method and Description |
---|---|
StackConfigurationManager |
StackConfigurationManager.clone() |
StackConfigurationManager |
UpdateStackRequest.getConfigurationManager()
The configuration manager.
|
StackConfigurationManager |
Stack.getConfigurationManager()
The configuration manager.
|
StackConfigurationManager |
DescribeAgentVersionsRequest.getConfigurationManager()
The configuration manager.
|
StackConfigurationManager |
CreateStackRequest.getConfigurationManager()
The configuration manager.
|
StackConfigurationManager |
CloneStackRequest.getConfigurationManager()
The configuration manager.
|
StackConfigurationManager |
AgentVersion.getConfigurationManager()
The configuration manager.
|
StackConfigurationManager |
StackConfigurationManager.withName(java.lang.String name)
The name.
|
StackConfigurationManager |
StackConfigurationManager.withVersion(java.lang.String version)
The Chef version.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateStackRequest.setConfigurationManager(StackConfigurationManager configurationManager)
The configuration manager.
|
void |
Stack.setConfigurationManager(StackConfigurationManager configurationManager)
The configuration manager.
|
void |
DescribeAgentVersionsRequest.setConfigurationManager(StackConfigurationManager configurationManager)
The configuration manager.
|
void |
CreateStackRequest.setConfigurationManager(StackConfigurationManager configurationManager)
The configuration manager.
|
void |
CloneStackRequest.setConfigurationManager(StackConfigurationManager configurationManager)
The configuration manager.
|
void |
AgentVersion.setConfigurationManager(StackConfigurationManager configurationManager)
The configuration manager.
|
UpdateStackRequest |
UpdateStackRequest.withConfigurationManager(StackConfigurationManager configurationManager)
The configuration manager.
|
Stack |
Stack.withConfigurationManager(StackConfigurationManager configurationManager)
The configuration manager.
|
DescribeAgentVersionsRequest |
DescribeAgentVersionsRequest.withConfigurationManager(StackConfigurationManager configurationManager)
The configuration manager.
|
CreateStackRequest |
CreateStackRequest.withConfigurationManager(StackConfigurationManager configurationManager)
The configuration manager.
|
CloneStackRequest |
CloneStackRequest.withConfigurationManager(StackConfigurationManager configurationManager)
The configuration manager.
|
AgentVersion |
AgentVersion.withConfigurationManager(StackConfigurationManager configurationManager)
The configuration manager.
|
Modifier and Type | Method and Description |
---|---|
StackConfigurationManager |
StackConfigurationManagerJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
StackConfigurationManagerJsonMarshaller.marshall(StackConfigurationManager stackConfigurationManager,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|