Uses of Class
com.amazonaws.services.cloudformation.model.CreateChangeSetRequest
Packages that use CreateChangeSetRequest
Package
Description
-
Uses of CreateChangeSetRequest in com.amazonaws.services.cloudformation
Methods in com.amazonaws.services.cloudformation with parameters of type CreateChangeSetRequestModifier and TypeMethodDescriptionAbstractAmazonCloudFormation.createChangeSet
(CreateChangeSetRequest request) AmazonCloudFormation.createChangeSet
(CreateChangeSetRequest createChangeSetRequest) Creates a list of changes for a stack.AmazonCloudFormationClient.createChangeSet
(CreateChangeSetRequest createChangeSetRequest) Creates a list of changes for a stack.AbstractAmazonCloudFormationAsync.createChangeSetAsync
(CreateChangeSetRequest request) AbstractAmazonCloudFormationAsync.createChangeSetAsync
(CreateChangeSetRequest request, AsyncHandler<CreateChangeSetRequest, CreateChangeSetResult> asyncHandler) AmazonCloudFormationAsync.createChangeSetAsync
(CreateChangeSetRequest createChangeSetRequest) Creates a list of changes for a stack.AmazonCloudFormationAsync.createChangeSetAsync
(CreateChangeSetRequest createChangeSetRequest, AsyncHandler<CreateChangeSetRequest, CreateChangeSetResult> asyncHandler) Creates a list of changes for a stack.AmazonCloudFormationAsyncClient.createChangeSetAsync
(CreateChangeSetRequest request) AmazonCloudFormationAsyncClient.createChangeSetAsync
(CreateChangeSetRequest request, AsyncHandler<CreateChangeSetRequest, CreateChangeSetResult> asyncHandler) Method parameters in com.amazonaws.services.cloudformation with type arguments of type CreateChangeSetRequestModifier and TypeMethodDescriptionAbstractAmazonCloudFormationAsync.createChangeSetAsync
(CreateChangeSetRequest request, AsyncHandler<CreateChangeSetRequest, CreateChangeSetResult> asyncHandler) AmazonCloudFormationAsync.createChangeSetAsync
(CreateChangeSetRequest createChangeSetRequest, AsyncHandler<CreateChangeSetRequest, CreateChangeSetResult> asyncHandler) Creates a list of changes for a stack.AmazonCloudFormationAsyncClient.createChangeSetAsync
(CreateChangeSetRequest request, AsyncHandler<CreateChangeSetRequest, CreateChangeSetResult> asyncHandler) -
Uses of CreateChangeSetRequest in com.amazonaws.services.cloudformation.model
Methods in com.amazonaws.services.cloudformation.model that return CreateChangeSetRequestModifier and TypeMethodDescriptionCreateChangeSetRequest.clone()
CreateChangeSetRequest.withCapabilities
(Capability... capabilities) A list of capabilities that you must specify before AWS CloudFormation can update certain stacks.CreateChangeSetRequest.withCapabilities
(String... capabilities) A list of capabilities that you must specify before AWS CloudFormation can update certain stacks.CreateChangeSetRequest.withCapabilities
(Collection<String> capabilities) A list of capabilities that you must specify before AWS CloudFormation can update certain stacks.CreateChangeSetRequest.withChangeSetName
(String changeSetName) The name of the change set.CreateChangeSetRequest.withClientToken
(String clientToken) A unique identifier for thisCreateChangeSet
request.CreateChangeSetRequest.withDescription
(String description) A description to help you identify this change set.CreateChangeSetRequest.withNotificationARNs
(String... notificationARNs) The Amazon Resource Names (ARNs) of Amazon Simple Notification Service (Amazon SNS) topics that AWS CloudFormation associates with the stack.CreateChangeSetRequest.withNotificationARNs
(Collection<String> notificationARNs) The Amazon Resource Names (ARNs) of Amazon Simple Notification Service (Amazon SNS) topics that AWS CloudFormation associates with the stack.CreateChangeSetRequest.withParameters
(Parameter... parameters) A list ofParameter
structures that specify input parameters for the change set.CreateChangeSetRequest.withParameters
(Collection<Parameter> parameters) A list ofParameter
structures that specify input parameters for the change set.CreateChangeSetRequest.withResourceTypes
(String... resourceTypes) The template resource types that you have permissions to work with if you execute this change set, such asAWS::EC2::Instance
,AWS::EC2::*
, orCustom::MyCustomInstance
.CreateChangeSetRequest.withResourceTypes
(Collection<String> resourceTypes) The template resource types that you have permissions to work with if you execute this change set, such asAWS::EC2::Instance
,AWS::EC2::*
, orCustom::MyCustomInstance
.CreateChangeSetRequest.withStackName
(String stackName) The name or the unique ID of the stack for which you are creating a change set.Key-value pairs to associate with this stack.CreateChangeSetRequest.withTags
(Collection<Tag> tags) Key-value pairs to associate with this stack.CreateChangeSetRequest.withTemplateBody
(String templateBody) A structure that contains the body of the revised template, with a minimum length of 1 byte and a maximum length of 51,200 bytes.CreateChangeSetRequest.withTemplateURL
(String templateURL) The location of the file that contains the revised template.CreateChangeSetRequest.withUsePreviousTemplate
(Boolean usePreviousTemplate) Whether to reuse the template that is associated with the stack to create the change set.