Package | Description |
---|---|
com.amazonaws.services.cloudformation |
|
com.amazonaws.services.cloudformation.model |
Modifier and Type | Method and Description |
---|---|
UpdateStackSetResult |
AbstractAmazonCloudFormation.updateStackSet(UpdateStackSetRequest request) |
UpdateStackSetResult |
AmazonCloudFormationClient.updateStackSet(UpdateStackSetRequest request)
Updates the stack set, and associated stack instances in the specified accounts and Amazon Web Services Regions.
|
UpdateStackSetResult |
AmazonCloudFormation.updateStackSet(UpdateStackSetRequest updateStackSetRequest)
Updates the stack set, and associated stack instances in the specified accounts and Amazon Web Services 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 Amazon Web Services 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 Amazon Web Services 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 Amazon Web Services Regions.
|
Modifier and Type | Method and Description |
---|---|
UpdateStackSetRequest |
UpdateStackSetRequest.clone() |
UpdateStackSetRequest |
UpdateStackSetRequest.withAccounts(Collection<String> accounts)
[Self-managed permissions] The accounts in which to update associated stack instances.
|
UpdateStackSetRequest |
UpdateStackSetRequest.withAccounts(String... accounts)
[Self-managed permissions] The accounts in which to update associated stack instances.
|
UpdateStackSetRequest |
UpdateStackSetRequest.withAdministrationRoleARN(String administrationRoleARN)
The Amazon Resource Name (ARN) of the IAM role to use to update this stack set.
|
UpdateStackSetRequest |
UpdateStackSetRequest.withAutoDeployment(AutoDeployment autoDeployment)
[Service-managed permissions] Describes whether StackSets automatically deploys to Organizations accounts that
are added to a target organization or organizational unit (OU).
|
UpdateStackSetRequest |
UpdateStackSetRequest.withCallAs(CallAs callAs)
[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's
management account or as a delegated administrator in a member account.
|
UpdateStackSetRequest |
UpdateStackSetRequest.withCallAs(String callAs)
[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's
management account or as a delegated administrator in a member account.
|
UpdateStackSetRequest |
UpdateStackSetRequest.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 set and its associated stack instances.
|
UpdateStackSetRequest |
UpdateStackSetRequest.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 set and its associated stack instances.
|
UpdateStackSetRequest |
UpdateStackSetRequest.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 set and its associated stack instances.
|
UpdateStackSetRequest |
UpdateStackSetRequest.withDeploymentTargets(DeploymentTargets deploymentTargets)
[Service-managed permissions] The Organizations accounts in which to update 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.withManagedExecution(ManagedExecution managedExecution)
Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations.
|
UpdateStackSetRequest |
UpdateStackSetRequest.withOperationId(String operationId)
The unique ID for this stack set operation.
|
UpdateStackSetRequest |
UpdateStackSetRequest.withOperationPreferences(StackSetOperationPreferences operationPreferences)
Preferences for how 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.withPermissionModel(PermissionModels permissionModel)
Describes how the IAM roles required for stack set operations are created.
|
UpdateStackSetRequest |
UpdateStackSetRequest.withPermissionModel(String permissionModel)
Describes how the IAM roles required for stack set operations are created.
|
UpdateStackSetRequest |
UpdateStackSetRequest.withRegions(Collection<String> regions)
The Amazon Web Services Regions in which to update associated stack instances.
|
UpdateStackSetRequest |
UpdateStackSetRequest.withRegions(String... regions)
The Amazon Web Services 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 © 2024. All rights reserved.