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 OutputOutput. clone()OutputOutput. withDescription(String description)User defined description associated with the output.OutputOutput. withOutputKey(String outputKey)The key associated with the output.OutputOutput. 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 StackStack. 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 voidStack. setOutputs(Collection<Output> outputs)A list of output structures.StackStack. withOutputs(Collection<Output> outputs)A list of output structures.
-