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

Packages that use CreateStackRequest
com.amazonaws.services.cloudformation Synchronous and asynchronous client classes for accessing AmazonCloudFormation. 
com.amazonaws.services.cloudformation.model Classes modeling the various types represented by AmazonCloudFormation. 
 

Uses of CreateStackRequest in com.amazonaws.services.cloudformation
 

Methods in com.amazonaws.services.cloudformation with parameters of type CreateStackRequest
 CreateStackResult AmazonCloudFormationClient.createStack(CreateStackRequest createStackRequest)
           Creates a stack as specified in the template.
 CreateStackResult AmazonCloudFormation.createStack(CreateStackRequest createStackRequest)
           Creates a stack as specified in the template.
 Future<CreateStackResult> AmazonCloudFormationAsyncClient.createStackAsync(CreateStackRequest createStackRequest)
           Creates a stack as specified in the template.
 Future<CreateStackResult> AmazonCloudFormationAsync.createStackAsync(CreateStackRequest createStackRequest)
           Creates a stack as specified in the template.
 Future<CreateStackResult> AmazonCloudFormationAsyncClient.createStackAsync(CreateStackRequest createStackRequest, AsyncHandler<CreateStackRequest,CreateStackResult> asyncHandler)
           Creates a stack as specified in the template.
 Future<CreateStackResult> AmazonCloudFormationAsync.createStackAsync(CreateStackRequest createStackRequest, AsyncHandler<CreateStackRequest,CreateStackResult> asyncHandler)
           Creates a stack as specified in the template.
 

Method parameters in com.amazonaws.services.cloudformation with type arguments of type CreateStackRequest
 Future<CreateStackResult> AmazonCloudFormationAsyncClient.createStackAsync(CreateStackRequest createStackRequest, AsyncHandler<CreateStackRequest,CreateStackResult> asyncHandler)
           Creates a stack as specified in the template.
 Future<CreateStackResult> AmazonCloudFormationAsync.createStackAsync(CreateStackRequest createStackRequest, AsyncHandler<CreateStackRequest,CreateStackResult> asyncHandler)
           Creates a stack as specified in the template.
 

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

Methods in com.amazonaws.services.cloudformation.model that return CreateStackRequest
 CreateStackRequest CreateStackRequest.withCapabilities(Capability... capabilities)
          The list of capabilities that you want to allow in the stack.
 CreateStackRequest CreateStackRequest.withCapabilities(Collection<String> capabilities)
          The list of capabilities that you want to allow in the stack.
 CreateStackRequest CreateStackRequest.withCapabilities(String... capabilities)
          The list of capabilities that you want to allow in the stack.
 CreateStackRequest CreateStackRequest.withDisableRollback(Boolean disableRollback)
          Set to true to disable rollback of the stack if stack creation failed.
 CreateStackRequest CreateStackRequest.withNotificationARNs(Collection<String> notificationARNs)
          The Simple Notification Service (SNS) topic ARNs to publish stack related events.
 CreateStackRequest CreateStackRequest.withNotificationARNs(String... notificationARNs)
          The Simple Notification Service (SNS) topic ARNs to publish stack related events.
 CreateStackRequest CreateStackRequest.withOnFailure(OnFailure onFailure)
          Determines what action will be taken if stack creation fails.
 CreateStackRequest CreateStackRequest.withOnFailure(String onFailure)
          Determines what action will be taken if stack creation fails.
 CreateStackRequest CreateStackRequest.withParameters(Collection<Parameter> parameters)
          A list of Parameter structures that specify input parameters for the stack.
 CreateStackRequest CreateStackRequest.withParameters(Parameter... parameters)
          A list of Parameter structures that specify input parameters for the stack.
 CreateStackRequest CreateStackRequest.withStackName(String stackName)
          The name associated with the stack.
 CreateStackRequest CreateStackRequest.withStackPolicyBody(String stackPolicyBody)
          Structure containing the stack policy body.
 CreateStackRequest CreateStackRequest.withStackPolicyURL(String stackPolicyURL)
          Location of a file containing the stack policy.
 CreateStackRequest CreateStackRequest.withTags(Collection<Tag> tags)
          A set of user-defined Tags to associate with this stack, represented by key/value pairs.
 CreateStackRequest CreateStackRequest.withTags(Tag... tags)
          A set of user-defined Tags to associate with this stack, represented by key/value pairs.
 CreateStackRequest CreateStackRequest.withTemplateBody(String templateBody)
          Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes.
 CreateStackRequest CreateStackRequest.withTemplateURL(String templateURL)
          Location of file containing the template body.
 CreateStackRequest CreateStackRequest.withTimeoutInMinutes(Integer timeoutInMinutes)
          The amount of time that can pass before the stack status becomes CREATE_FAILED; if DisableRollback is not set or is set to false, the stack will be rolled back.
 



Copyright © 2016. All rights reserved.