UpdateStackRequest |
UpdateStackRequest.clone() |
|
UpdateStackRequest |
UpdateStackRequest.withCapabilities(Capability... capabilities) |
A list of capabilities that you must specify before AWS CloudFormation
can update certain stacks.
|
UpdateStackRequest |
UpdateStackRequest.withCapabilities(String... capabilities) |
A list of capabilities that you must specify before AWS CloudFormation
can update certain stacks.
|
UpdateStackRequest |
UpdateStackRequest.withCapabilities(Collection<String> capabilities) |
A list of capabilities that you must specify before AWS CloudFormation
can update certain stacks.
|
UpdateStackRequest |
UpdateStackRequest.withNotificationARNs(String... notificationARNs) |
Amazon Simple Notification Service topic Amazon Resource Names (ARNs)
that AWS CloudFormation associates with the stack.
|
UpdateStackRequest |
UpdateStackRequest.withNotificationARNs(Collection<String> notificationARNs) |
Amazon Simple Notification Service topic Amazon Resource Names (ARNs)
that AWS CloudFormation associates with the stack.
|
UpdateStackRequest |
UpdateStackRequest.withParameters(Parameter... parameters) |
A list of Parameter structures that specify input parameters
for the stack.
|
UpdateStackRequest |
UpdateStackRequest.withParameters(Collection<Parameter> parameters) |
A list of Parameter structures that specify input parameters
for the stack.
|
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.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.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(Tag... tags) |
Key-value pairs to associate with this stack.
|
UpdateStackRequest |
UpdateStackRequest.withTags(Collection<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.
|