| Package | Description | 
|---|---|
| com.amazonaws.services.cloudformation |  | 
| com.amazonaws.services.cloudformation.model | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdateStackResult | AmazonCloudFormation. updateStack(UpdateStackRequest updateStackRequest)
 Updates a stack as specified in the template. | 
| UpdateStackResult | AbstractAmazonCloudFormation. updateStack(UpdateStackRequest request) | 
| UpdateStackResult | AmazonCloudFormationClient. updateStack(UpdateStackRequest request)
 Updates a stack as specified in the template. | 
| Future<UpdateStackResult> | AbstractAmazonCloudFormationAsync. updateStackAsync(UpdateStackRequest request) | 
| Future<UpdateStackResult> | AmazonCloudFormationAsyncClient. updateStackAsync(UpdateStackRequest request) | 
| Future<UpdateStackResult> | AmazonCloudFormationAsync. updateStackAsync(UpdateStackRequest updateStackRequest)
 Updates a stack as specified in the template. | 
| Future<UpdateStackResult> | AbstractAmazonCloudFormationAsync. updateStackAsync(UpdateStackRequest request,
                AsyncHandler<UpdateStackRequest,UpdateStackResult> asyncHandler) | 
| Future<UpdateStackResult> | AmazonCloudFormationAsyncClient. updateStackAsync(UpdateStackRequest request,
                AsyncHandler<UpdateStackRequest,UpdateStackResult> asyncHandler) | 
| Future<UpdateStackResult> | AmazonCloudFormationAsync. updateStackAsync(UpdateStackRequest updateStackRequest,
                AsyncHandler<UpdateStackRequest,UpdateStackResult> asyncHandler)
 Updates a stack as specified in the template. | 
| Modifier and Type | Method and Description | 
|---|---|
| Future<UpdateStackResult> | AbstractAmazonCloudFormationAsync. updateStackAsync(UpdateStackRequest request,
                AsyncHandler<UpdateStackRequest,UpdateStackResult> asyncHandler) | 
| Future<UpdateStackResult> | AmazonCloudFormationAsyncClient. updateStackAsync(UpdateStackRequest request,
                AsyncHandler<UpdateStackRequest,UpdateStackResult> asyncHandler) | 
| Future<UpdateStackResult> | AmazonCloudFormationAsync. updateStackAsync(UpdateStackRequest updateStackRequest,
                AsyncHandler<UpdateStackRequest,UpdateStackResult> asyncHandler)
 Updates a stack as specified in the template. | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdateStackRequest | UpdateStackRequest. clone() | 
| UpdateStackRequest | UpdateStackRequest. withCapabilities(Capability... capabilities)
 In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in order
 for AWS CloudFormation to update the stack. | 
| UpdateStackRequest | UpdateStackRequest. withCapabilities(Collection<String> capabilities)
 In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in order
 for AWS CloudFormation to update the stack. | 
| UpdateStackRequest | UpdateStackRequest. withCapabilities(String... capabilities)
 In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in order
 for AWS CloudFormation to update the stack. | 
| UpdateStackRequest | UpdateStackRequest. withClientRequestToken(String clientRequestToken)
 A unique identifier for this  UpdateStackrequest. | 
| UpdateStackRequest | UpdateStackRequest. withNotificationARNs(Collection<String> notificationARNs)
 Amazon Simple Notification Service topic Amazon Resource Names (ARNs) that AWS CloudFormation associates with the
 stack. | 
| UpdateStackRequest | UpdateStackRequest. withNotificationARNs(String... notificationARNs)
 Amazon Simple Notification Service topic Amazon Resource Names (ARNs) that AWS CloudFormation associates with the
 stack. | 
| UpdateStackRequest | UpdateStackRequest. withParameters(Collection<Parameter> parameters)
 A list of  Parameterstructures that specify input parameters for the stack. | 
| UpdateStackRequest | UpdateStackRequest. withParameters(Parameter... parameters)
 A list of  Parameterstructures that specify input parameters for the stack. | 
| UpdateStackRequest | UpdateStackRequest. withResourceTypes(Collection<String> resourceTypes)
 The template resource types that you have permissions to work with for this update stack action, such as
  AWS::EC2::Instance,AWS::EC2::*, orCustom::MyCustomInstance. | 
| UpdateStackRequest | UpdateStackRequest. withResourceTypes(String... resourceTypes)
 The template resource types that you have permissions to work with for this update stack action, such as
  AWS::EC2::Instance,AWS::EC2::*, orCustom::MyCustomInstance. | 
| UpdateStackRequest | UpdateStackRequest. withRoleARN(String roleARN)
 The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation
 assumes to update the stack. | 
| UpdateStackRequest | UpdateStackRequest. withRollbackConfiguration(RollbackConfiguration rollbackConfiguration)
 The rollback triggers for AWS CloudFormation to monitor during stack creation and updating operations, and for
 the specified monitoring period afterwards. | 
| UpdateStackRequest | UpdateStackRequest. withStackName(String stackName)
 The name or unique stack ID of the stack to update. | 
| UpdateStackRequest | UpdateStackRequest. withStackPolicyBody(String stackPolicyBody)
 Structure containing a new stack policy body. | 
| UpdateStackRequest | UpdateStackRequest. withStackPolicyDuringUpdateBody(String stackPolicyDuringUpdateBody)
 Structure containing the temporary overriding stack policy body. | 
| UpdateStackRequest | UpdateStackRequest. withStackPolicyDuringUpdateURL(String stackPolicyDuringUpdateURL)
 Location of a file containing the temporary overriding stack policy. | 
| UpdateStackRequest | UpdateStackRequest. withStackPolicyURL(String stackPolicyURL)
 Location of a file containing the updated stack policy. | 
| UpdateStackRequest | UpdateStackRequest. withTags(Collection<Tag> tags)
 Key-value pairs to associate with this stack. | 
| UpdateStackRequest | UpdateStackRequest. withTags(Tag... tags)
 Key-value pairs to associate with this stack. | 
| UpdateStackRequest | 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 | UpdateStackRequest. withTemplateURL(String templateURL)
 Location of file containing the template body. | 
| UpdateStackRequest | UpdateStackRequest. withUsePreviousTemplate(Boolean usePreviousTemplate)
 Reuse the existing template that is associated with the stack that you are updating. | 
Copyright © 2020. All rights reserved.