Package | Description |
---|---|
com.amazonaws.services.cloudformation |
|
com.amazonaws.services.cloudformation.model |
Modifier and Type | Method and Description |
---|---|
UpdateStackResult |
AmazonCloudFormationClient.updateStack(UpdateStackRequest request)
Updates a stack as specified in the template.
|
UpdateStackResult |
AmazonCloudFormation.updateStack(UpdateStackRequest updateStackRequest)
Updates a stack as specified in the template.
|
UpdateStackResult |
AbstractAmazonCloudFormation.updateStack(UpdateStackRequest request) |
Future<UpdateStackResult> |
AbstractAmazonCloudFormationAsync.updateStackAsync(UpdateStackRequest request) |
Future<UpdateStackResult> |
AmazonCloudFormationAsync.updateStackAsync(UpdateStackRequest updateStackRequest)
Updates a stack as specified in the template.
|
Future<UpdateStackResult> |
AmazonCloudFormationAsyncClient.updateStackAsync(UpdateStackRequest request) |
Future<UpdateStackResult> |
AbstractAmazonCloudFormationAsync.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.
|
Future<UpdateStackResult> |
AmazonCloudFormationAsyncClient.updateStackAsync(UpdateStackRequest request,
AsyncHandler<UpdateStackRequest,UpdateStackResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<UpdateStackResult> |
AbstractAmazonCloudFormationAsync.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.
|
Future<UpdateStackResult> |
AmazonCloudFormationAsyncClient.updateStackAsync(UpdateStackRequest request,
AsyncHandler<UpdateStackRequest,UpdateStackResult> asyncHandler) |
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 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 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 CloudFormation to update the stack.
|
UpdateStackRequest |
UpdateStackRequest.withClientRequestToken(String clientRequestToken)
A unique identifier for this
UpdateStack request. |
UpdateStackRequest |
UpdateStackRequest.withDisableRollback(Boolean disableRollback)
Preserve the state of previously provisioned resources when an operation fails.
|
UpdateStackRequest |
UpdateStackRequest.withNotificationARNs(Collection<String> notificationARNs)
Amazon Simple Notification Service topic Amazon Resource Names (ARNs) that CloudFormation associates with the
stack.
|
UpdateStackRequest |
UpdateStackRequest.withNotificationARNs(String... notificationARNs)
Amazon Simple Notification Service topic Amazon Resource Names (ARNs) that CloudFormation associates with the
stack.
|
UpdateStackRequest |
UpdateStackRequest.withParameters(Collection<Parameter> parameters)
A list of
Parameter structures that specify input parameters for the stack. |
UpdateStackRequest |
UpdateStackRequest.withParameters(Parameter... parameters)
A list of
Parameter structures 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::* , or Custom::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::* , or Custom::MyCustomInstance . |
UpdateStackRequest |
UpdateStackRequest.withRetainExceptOnCreate(Boolean retainExceptOnCreate)
This deletion policy deletes newly created resources, but retains existing resources, when a stack operation is
rolled back.
|
UpdateStackRequest |
UpdateStackRequest.withRoleARN(String roleARN)
The Amazon Resource Name (ARN) of an Identity and Access Management (IAM) role that CloudFormation assumes to
update the stack.
|
UpdateStackRequest |
UpdateStackRequest.withRollbackConfiguration(RollbackConfiguration rollbackConfiguration)
The rollback triggers for 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 © 2023. All rights reserved.