Uses of Class
com.amazonaws.services.cloudformation.model.Output
Packages that use Output
-
Uses of Output in com.amazonaws.services.cloudformation.model
Methods in com.amazonaws.services.cloudformation.model that return OutputModifier and TypeMethodDescriptionOutput.clone()
Output.withDescription
(String description) User defined description associated with the output.Output.withOutputKey
(String outputKey) The key associated with the 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 OutputMethods in com.amazonaws.services.cloudformation.model with parameters of type OutputModifier and TypeMethodDescriptionStack.withOutputs
(Output... outputs) A list of output structures.Method parameters in com.amazonaws.services.cloudformation.model with type arguments of type OutputModifier and TypeMethodDescriptionvoid
Stack.setOutputs
(Collection<Output> outputs) A list of output structures.Stack.withOutputs
(Collection<Output> outputs) A list of output structures.