Uses of Class
com.amazonaws.services.cloudformation.model.Output
-
Packages that use Output Package Description com.amazonaws.services.cloudformation.model -
-
Uses of Output in com.amazonaws.services.cloudformation.model
Methods in com.amazonaws.services.cloudformation.model that return Output Modifier and Type Method Description Output
Output. clone()
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.Methods in com.amazonaws.services.cloudformation.model that return types with arguments of type Output Modifier and Type Method Description List<Output>
Stack. getOutputs()
A list of output structures.Methods in com.amazonaws.services.cloudformation.model with parameters of type Output Modifier and Type Method Description Stack
Stack. withOutputs(Output... outputs)
A list of output structures.Method parameters in com.amazonaws.services.cloudformation.model with type arguments of type Output Modifier and Type Method Description void
Stack. setOutputs(Collection<Output> outputs)
A list of output structures.Stack
Stack. withOutputs(Collection<Output> outputs)
A list of output structures.
-