Uses of Class
com.amazonaws.services.cloudformation.model.CreateStackRequest
Packages that use CreateStackRequest
Package
Description
-
Uses of CreateStackRequest in com.amazonaws.services.cloudformation
Methods in com.amazonaws.services.cloudformation with parameters of type CreateStackRequestModifier and TypeMethodDescriptionAbstractAmazonCloudFormation.createStack
(CreateStackRequest request) AmazonCloudFormation.createStack
(CreateStackRequest createStackRequest) Creates a stack as specified in the template.AmazonCloudFormationClient.createStack
(CreateStackRequest createStackRequest) Creates a stack as specified in the template.AbstractAmazonCloudFormationAsync.createStackAsync
(CreateStackRequest request) AbstractAmazonCloudFormationAsync.createStackAsync
(CreateStackRequest request, AsyncHandler<CreateStackRequest, CreateStackResult> asyncHandler) AmazonCloudFormationAsync.createStackAsync
(CreateStackRequest createStackRequest) Creates a stack as specified in the template.AmazonCloudFormationAsync.createStackAsync
(CreateStackRequest createStackRequest, AsyncHandler<CreateStackRequest, CreateStackResult> asyncHandler) Creates a stack as specified in the template.AmazonCloudFormationAsyncClient.createStackAsync
(CreateStackRequest request) AmazonCloudFormationAsyncClient.createStackAsync
(CreateStackRequest request, AsyncHandler<CreateStackRequest, CreateStackResult> asyncHandler) Method parameters in com.amazonaws.services.cloudformation with type arguments of type CreateStackRequestModifier and TypeMethodDescriptionAbstractAmazonCloudFormationAsync.createStackAsync
(CreateStackRequest request, AsyncHandler<CreateStackRequest, CreateStackResult> asyncHandler) AmazonCloudFormationAsync.createStackAsync
(CreateStackRequest createStackRequest, AsyncHandler<CreateStackRequest, CreateStackResult> asyncHandler) Creates a stack as specified in the template.AmazonCloudFormationAsyncClient.createStackAsync
(CreateStackRequest request, AsyncHandler<CreateStackRequest, CreateStackResult> asyncHandler) -
Uses of CreateStackRequest in com.amazonaws.services.cloudformation.model
Methods in com.amazonaws.services.cloudformation.model that return CreateStackRequestModifier and TypeMethodDescriptionCreateStackRequest.clone()
CreateStackRequest.withCapabilities
(Capability... capabilities) A list of capabilities that you must specify before AWS CloudFormation can create certain stacks.CreateStackRequest.withCapabilities
(String... capabilities) A list of capabilities that you must specify before AWS CloudFormation can create certain stacks.CreateStackRequest.withCapabilities
(Collection<String> capabilities) A list of capabilities that you must specify before AWS CloudFormation can create certain stacks.CreateStackRequest.withDisableRollback
(Boolean disableRollback) Set totrue
to disable rollback of the stack if stack creation failed.CreateStackRequest.withNotificationARNs
(String... notificationARNs) The Simple Notification Service (SNS) topic ARNs to publish stack related events.CreateStackRequest.withNotificationARNs
(Collection<String> notificationARNs) The Simple Notification Service (SNS) topic ARNs to publish stack related events.CreateStackRequest.withOnFailure
(OnFailure onFailure) Determines what action will be taken if stack creation fails.CreateStackRequest.withOnFailure
(String onFailure) Determines what action will be taken if stack creation fails.CreateStackRequest.withParameters
(Parameter... parameters) A list ofParameter
structures that specify input parameters for the stack.CreateStackRequest.withParameters
(Collection<Parameter> parameters) A list ofParameter
structures that specify input parameters for the stack.CreateStackRequest.withResourceTypes
(String... resourceTypes) The template resource types that you have permissions to work with for this create stack action, such asAWS::EC2::Instance
,AWS::EC2::*
, orCustom::MyCustomInstance
.CreateStackRequest.withResourceTypes
(Collection<String> resourceTypes) The template resource types that you have permissions to work with for this create stack action, such asAWS::EC2::Instance
,AWS::EC2::*
, orCustom::MyCustomInstance
.CreateStackRequest.withStackName
(String stackName) The name that is associated with the stack.CreateStackRequest.withStackPolicyBody
(String stackPolicyBody) Structure containing the stack policy body.CreateStackRequest.withStackPolicyURL
(String stackPolicyURL) Location of a file containing the stack policy.Key-value pairs to associate with this stack.CreateStackRequest.withTags
(Collection<Tag> tags) Key-value pairs to associate with this stack.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.withTemplateURL
(String templateURL) Location of file containing the template body.CreateStackRequest.withTimeoutInMinutes
(Integer timeoutInMinutes) The amount of time that can pass before the stack status becomes CREATE_FAILED; ifDisableRollback
is not set or is set tofalse
, the stack will be rolled back.