Package | Description |
---|---|
com.amazonaws.services.cloudformation |
Synchronous and asynchronous client classes for accessing AmazonCloudFormation.
|
com.amazonaws.services.cloudformation.model |
Classes modeling the various types represented by AmazonCloudFormation.
|
Modifier and Type | Method and Description |
---|---|
UpdateStackResult |
AmazonCloudFormation.updateStack(UpdateStackRequest updateStackRequest)
Updates a stack as specified in the template.
|
UpdateStackResult |
AmazonCloudFormationClient.updateStack(UpdateStackRequest updateStackRequest)
Updates a stack as specified in the template.
|
Future<UpdateStackResult> |
AmazonCloudFormationAsync.updateStackAsync(UpdateStackRequest updateStackRequest)
Updates a stack as specified in the template.
|
Future<UpdateStackResult> |
AmazonCloudFormationAsyncClient.updateStackAsync(UpdateStackRequest updateStackRequest)
Updates a stack as specified in the template.
|
Future<UpdateStackResult> |
AmazonCloudFormationAsync.updateStackAsync(UpdateStackRequest updateStackRequest,
AsyncHandler<UpdateStackRequest,UpdateStackResult> asyncHandler)
Updates a stack as specified in the template.
|
Future<UpdateStackResult> |
AmazonCloudFormationAsyncClient.updateStackAsync(UpdateStackRequest updateStackRequest,
AsyncHandler<UpdateStackRequest,UpdateStackResult> asyncHandler)
Updates a stack as specified in the template.
|
Modifier and Type | Method and Description |
---|---|
Future<UpdateStackResult> |
AmazonCloudFormationAsync.updateStackAsync(UpdateStackRequest updateStackRequest,
AsyncHandler<UpdateStackRequest,UpdateStackResult> asyncHandler)
Updates a stack as specified in the template.
|
Future<UpdateStackResult> |
AmazonCloudFormationAsyncClient.updateStackAsync(UpdateStackRequest updateStackRequest,
AsyncHandler<UpdateStackRequest,UpdateStackResult> asyncHandler)
Updates a stack as specified in the template.
|
Modifier and Type | Method and Description |
---|---|
UpdateStackRequest |
UpdateStackRequest.withCapabilities(Capability... capabilities)
The list of capabilities that you want to allow in the stack.
|
UpdateStackRequest |
UpdateStackRequest.withCapabilities(Collection<String> capabilities)
The list of capabilities that you want to allow in the stack.
|
UpdateStackRequest |
UpdateStackRequest.withCapabilities(String... capabilities)
The list of capabilities that you want to allow in the stack.
|
UpdateStackRequest |
UpdateStackRequest.withNotificationARNs(Collection<String> notificationARNs)
Update the ARNs for the Amazon SNS topics that are associated with the
stack.
|
UpdateStackRequest |
UpdateStackRequest.withNotificationARNs(String... notificationARNs)
Update the ARNs for the Amazon SNS topics that are associated 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.withStackName(String stackName)
The name or 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.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 © 2014. All rights reserved.