Package | Description |
---|---|
com.amazonaws.services.cloudformation.model |
Classes modeling the various types represented by AmazonCloudFormation.
|
Modifier and Type | Method and Description |
---|---|
Output |
Output.withDescription(String description)
User defined description associated with the output.
|
Output |
Output.withOutputKey(String outputKey)
The key associated with the output.
|
Output |
Output.withOutputValue(String outputValue)
The value associated with the output.
|
Modifier and Type | Method and Description |
---|---|
List<Output> |
Stack.getOutputs()
A list of output structures.
|
Modifier and Type | Method and Description |
---|---|
Stack |
Stack.withOutputs(Output... outputs)
A list of output structures.
|
Modifier and Type | Method and Description |
---|---|
void |
Stack.setOutputs(Collection<Output> outputs)
A list of output structures.
|
Stack |
Stack.withOutputs(Collection<Output> outputs)
A list of output structures.
|
Copyright © 2014. All rights reserved.