Package | Description |
---|---|
com.amazonaws.services.cloudformation.model | |
com.amazonaws.services.cloudformation.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Output> |
Stack.outputs
A list of output structures.
|
Modifier and Type | Method and Description |
---|---|
Output |
Output.clone() |
Output |
Output.withDescription(java.lang.String description)
User defined description associated with the output.
|
Output |
Output.withOutputKey(java.lang.String outputKey)
The key associated with the output.
|
Output |
Output.withOutputValue(java.lang.String outputValue)
The value associated with the output.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<Output> outputs)
A list of output structures.
|
Stack |
Stack.withOutputs(java.util.Collection<Output> outputs)
A list of output structures.
|
Modifier and Type | Method and Description |
---|---|
Output |
OutputStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |