Uses of Class
com.amazonaws.services.cloudformation.model.Output

Packages that use Output
com.amazonaws.services.cloudformation.model Classes modeling the various types represented by AmazonCloudFormation. 
 

Uses of Output in com.amazonaws.services.cloudformation.model
 

Methods in com.amazonaws.services.cloudformation.model that return Output
 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
 List<Output> Stack.getOutputs()
          A list of output structures.
 

Methods in com.amazonaws.services.cloudformation.model with parameters of type Output
 Stack Stack.withOutputs(Output... outputs)
          A list of output structures.
 

Method parameters in com.amazonaws.services.cloudformation.model with type arguments of type Output
 void Stack.setOutputs(Collection<Output> outputs)
          A list of output structures.
 Stack Stack.withOutputs(Collection<Output> outputs)
          A list of output structures.
 



Copyright © 2016. All rights reserved.