Uses of Class
com.amazonaws.services.cloudformation.model.UpdateStackRequest
Packages that use UpdateStackRequest
Package
Description
-
Uses of UpdateStackRequest in com.amazonaws.services.cloudformation
Methods in com.amazonaws.services.cloudformation with parameters of type UpdateStackRequestModifier and TypeMethodDescriptionAbstractAmazonCloudFormation.updateStack
(UpdateStackRequest request) AmazonCloudFormation.updateStack
(UpdateStackRequest updateStackRequest) Updates a stack as specified in the template.AmazonCloudFormationClient.updateStack
(UpdateStackRequest updateStackRequest) Updates a stack as specified in the template.AbstractAmazonCloudFormationAsync.updateStackAsync
(UpdateStackRequest request) AbstractAmazonCloudFormationAsync.updateStackAsync
(UpdateStackRequest request, AsyncHandler<UpdateStackRequest, UpdateStackResult> asyncHandler) AmazonCloudFormationAsync.updateStackAsync
(UpdateStackRequest updateStackRequest) Updates a stack as specified in the template.AmazonCloudFormationAsync.updateStackAsync
(UpdateStackRequest updateStackRequest, AsyncHandler<UpdateStackRequest, UpdateStackResult> asyncHandler) Updates a stack as specified in the template.AmazonCloudFormationAsyncClient.updateStackAsync
(UpdateStackRequest request) AmazonCloudFormationAsyncClient.updateStackAsync
(UpdateStackRequest request, AsyncHandler<UpdateStackRequest, UpdateStackResult> asyncHandler) Method parameters in com.amazonaws.services.cloudformation with type arguments of type UpdateStackRequestModifier and TypeMethodDescriptionAbstractAmazonCloudFormationAsync.updateStackAsync
(UpdateStackRequest request, AsyncHandler<UpdateStackRequest, UpdateStackResult> asyncHandler) AmazonCloudFormationAsync.updateStackAsync
(UpdateStackRequest updateStackRequest, AsyncHandler<UpdateStackRequest, UpdateStackResult> asyncHandler) Updates a stack as specified in the template.AmazonCloudFormationAsyncClient.updateStackAsync
(UpdateStackRequest request, AsyncHandler<UpdateStackRequest, UpdateStackResult> asyncHandler) -
Uses of UpdateStackRequest in com.amazonaws.services.cloudformation.model
Methods in com.amazonaws.services.cloudformation.model that return UpdateStackRequestModifier and TypeMethodDescriptionUpdateStackRequest.clone()
UpdateStackRequest.withCapabilities
(Capability... capabilities) A list of capabilities that you must specify before AWS CloudFormation can update certain stacks.UpdateStackRequest.withCapabilities
(String... capabilities) A list of capabilities that you must specify before AWS CloudFormation can update certain stacks.UpdateStackRequest.withCapabilities
(Collection<String> capabilities) A list of capabilities that you must specify before AWS CloudFormation can update certain stacks.UpdateStackRequest.withNotificationARNs
(String... notificationARNs) Amazon Simple Notification Service topic Amazon Resource Names (ARNs) that AWS CloudFormation associates with the stack.UpdateStackRequest.withNotificationARNs
(Collection<String> notificationARNs) Amazon Simple Notification Service topic Amazon Resource Names (ARNs) that AWS CloudFormation associates with the stack.UpdateStackRequest.withParameters
(Parameter... parameters) A list ofParameter
structures that specify input parameters for the stack.UpdateStackRequest.withParameters
(Collection<Parameter> parameters) A list ofParameter
structures that specify input parameters for the stack.UpdateStackRequest.withResourceTypes
(String... resourceTypes) The template resource types that you have permissions to work with for this update stack action, such asAWS::EC2::Instance
,AWS::EC2::*
, orCustom::MyCustomInstance
.UpdateStackRequest.withResourceTypes
(Collection<String> resourceTypes) The template resource types that you have permissions to work with for this update stack action, such asAWS::EC2::Instance
,AWS::EC2::*
, orCustom::MyCustomInstance
.UpdateStackRequest.withStackName
(String stackName) The name or unique stack ID of the stack to update.UpdateStackRequest.withStackPolicyBody
(String stackPolicyBody) Structure containing a new stack policy body.UpdateStackRequest.withStackPolicyDuringUpdateBody
(String stackPolicyDuringUpdateBody) Structure containing the temporary overriding stack policy body.UpdateStackRequest.withStackPolicyDuringUpdateURL
(String stackPolicyDuringUpdateURL) Location of a file containing the temporary overriding stack policy.UpdateStackRequest.withStackPolicyURL
(String stackPolicyURL) Location of a file containing the updated stack policy.Key-value pairs to associate with this stack.UpdateStackRequest.withTags
(Collection<Tag> tags) Key-value pairs to associate with this stack.UpdateStackRequest.withTemplateBody
(String templateBody) Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes.UpdateStackRequest.withTemplateURL
(String templateURL) Location of file containing the template body.UpdateStackRequest.withUsePreviousTemplate
(Boolean usePreviousTemplate) Reuse the existing template that is associated with the stack that you are updating.