Package | Description |
---|---|
com.amazonaws.services.cloudformation |
|
com.amazonaws.services.cloudformation.model |
Modifier and Type | Method and Description |
---|---|
UpdateStackSetResult |
AbstractAmazonCloudFormation.updateStackSet(UpdateStackSetRequest request) |
UpdateStackSetResult |
AmazonCloudFormation.updateStackSet(UpdateStackSetRequest updateStackSetRequest)
Updates the stack set, and associated stack instances in the specified accounts and regions.
|
UpdateStackSetResult |
AmazonCloudFormationClient.updateStackSet(UpdateStackSetRequest request)
Updates the stack set, and associated stack instances in the specified accounts and regions.
|
Future<UpdateStackSetResult> |
AbstractAmazonCloudFormationAsync.updateStackSetAsync(UpdateStackSetRequest request) |
Future<UpdateStackSetResult> |
AmazonCloudFormationAsyncClient.updateStackSetAsync(UpdateStackSetRequest request) |
Future<UpdateStackSetResult> |
AmazonCloudFormationAsync.updateStackSetAsync(UpdateStackSetRequest updateStackSetRequest)
Updates the stack set, and associated stack instances in the specified accounts and regions.
|
Future<UpdateStackSetResult> |
AbstractAmazonCloudFormationAsync.updateStackSetAsync(UpdateStackSetRequest request,
AsyncHandler<UpdateStackSetRequest,UpdateStackSetResult> asyncHandler) |
Future<UpdateStackSetResult> |
AmazonCloudFormationAsyncClient.updateStackSetAsync(UpdateStackSetRequest request,
AsyncHandler<UpdateStackSetRequest,UpdateStackSetResult> asyncHandler) |
Future<UpdateStackSetResult> |
AmazonCloudFormationAsync.updateStackSetAsync(UpdateStackSetRequest updateStackSetRequest,
AsyncHandler<UpdateStackSetRequest,UpdateStackSetResult> asyncHandler)
Updates the stack set, and associated stack instances in the specified accounts and regions.
|
Modifier and Type | Method and Description |
---|---|
Future<UpdateStackSetResult> |
AbstractAmazonCloudFormationAsync.updateStackSetAsync(UpdateStackSetRequest request,
AsyncHandler<UpdateStackSetRequest,UpdateStackSetResult> asyncHandler) |
Future<UpdateStackSetResult> |
AmazonCloudFormationAsyncClient.updateStackSetAsync(UpdateStackSetRequest request,
AsyncHandler<UpdateStackSetRequest,UpdateStackSetResult> asyncHandler) |
Future<UpdateStackSetResult> |
AmazonCloudFormationAsync.updateStackSetAsync(UpdateStackSetRequest updateStackSetRequest,
AsyncHandler<UpdateStackSetRequest,UpdateStackSetResult> asyncHandler)
Updates the stack set, and associated stack instances in the specified accounts and regions.
|
Modifier and Type | Method and Description |
---|---|
UpdateStackSetRequest |
UpdateStackSetRequest.clone() |
UpdateStackSetRequest |
UpdateStackSetRequest.withAccounts(Collection<String> accounts)
The accounts in which to update associated stack instances.
|
UpdateStackSetRequest |
UpdateStackSetRequest.withAccounts(String... accounts)
The accounts in which to update associated stack instances.
|
UpdateStackSetRequest |
UpdateStackSetRequest.withAdministrationRoleARN(String administrationRoleARN)
The Amazon Resource Number (ARN) of the IAM role to use to update this stack set.
|
UpdateStackSetRequest |
UpdateStackSetRequest.withCapabilities(Capability... capabilities)
In some cases, you must explicity acknowledge that your stack template contains certain capabilities in order for
AWS CloudFormation to update the stack set and its associated stack instances.
|
UpdateStackSetRequest |
UpdateStackSetRequest.withCapabilities(Collection<String> capabilities)
In some cases, you must explicity acknowledge that your stack template contains certain capabilities in order for
AWS CloudFormation to update the stack set and its associated stack instances.
|
UpdateStackSetRequest |
UpdateStackSetRequest.withCapabilities(String... capabilities)
In some cases, you must explicity acknowledge that your stack template contains certain capabilities in order for
AWS CloudFormation to update the stack set and its associated stack instances.
|
UpdateStackSetRequest |
UpdateStackSetRequest.withDescription(String description)
A brief description of updates that you are making.
|
UpdateStackSetRequest |
UpdateStackSetRequest.withExecutionRoleName(String executionRoleName)
The name of the IAM execution role to use to update the stack set.
|
UpdateStackSetRequest |
UpdateStackSetRequest.withOperationId(String operationId)
The unique ID for this stack set operation.
|
UpdateStackSetRequest |
UpdateStackSetRequest.withOperationPreferences(StackSetOperationPreferences operationPreferences)
Preferences for how AWS CloudFormation performs this stack set operation.
|
UpdateStackSetRequest |
UpdateStackSetRequest.withParameters(Collection<Parameter> parameters)
A list of input parameters for the stack set template.
|
UpdateStackSetRequest |
UpdateStackSetRequest.withParameters(Parameter... parameters)
A list of input parameters for the stack set template.
|
UpdateStackSetRequest |
UpdateStackSetRequest.withRegions(Collection<String> regions)
The regions in which to update associated stack instances.
|
UpdateStackSetRequest |
UpdateStackSetRequest.withRegions(String... regions)
The regions in which to update associated stack instances.
|
UpdateStackSetRequest |
UpdateStackSetRequest.withStackSetName(String stackSetName)
The name or unique ID of the stack set that you want to update.
|
UpdateStackSetRequest |
UpdateStackSetRequest.withTags(Collection<Tag> tags)
The key-value pairs to associate with this stack set and the stacks created from it.
|
UpdateStackSetRequest |
UpdateStackSetRequest.withTags(Tag... tags)
The key-value pairs to associate with this stack set and the stacks created from it.
|
UpdateStackSetRequest |
UpdateStackSetRequest.withTemplateBody(String templateBody)
The structure that contains the template body, with a minimum length of 1 byte and a maximum length of 51,200
bytes.
|
UpdateStackSetRequest |
UpdateStackSetRequest.withTemplateURL(String templateURL)
The location of the file that contains the template body.
|
UpdateStackSetRequest |
UpdateStackSetRequest.withUsePreviousTemplate(Boolean usePreviousTemplate)
Use the existing template that's associated with the stack set that you're updating.
|
Copyright © 2019. All rights reserved.