| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation |
|
| Modifier and Type | Method and Description |
|---|---|
default DescribeStackInstanceResponse |
CloudFormationClient.describeStackInstance(Consumer<DescribeStackInstanceRequest.Builder> describeStackInstanceRequest)
Returns the stack instance that's associated with the specified stack set, Amazon Web Services account, and
Region.
|
default DescribeStackInstanceResponse |
CloudFormationClient.describeStackInstance(DescribeStackInstanceRequest describeStackInstanceRequest)
Returns the stack instance that's associated with the specified stack set, Amazon Web Services account, and
Region.
|
default UpdateStackInstancesResponse |
CloudFormationClient.updateStackInstances(Consumer<UpdateStackInstancesRequest.Builder> updateStackInstancesRequest)
Updates the parameter values for stack instances for the specified accounts, within the specified Amazon Web
Services Regions.
|
default UpdateStackInstancesResponse |
CloudFormationClient.updateStackInstances(UpdateStackInstancesRequest updateStackInstancesRequest)
Updates the parameter values for stack instances for the specified accounts, within the specified Amazon Web
Services Regions.
|
default UpdateStackSetResponse |
CloudFormationClient.updateStackSet(Consumer<UpdateStackSetRequest.Builder> updateStackSetRequest)
Updates the stack set, and associated stack instances in the specified accounts and Amazon Web Services Regions.
|
default UpdateStackSetResponse |
CloudFormationClient.updateStackSet(UpdateStackSetRequest updateStackSetRequest)
Updates the stack set, and associated stack instances in the specified accounts and Amazon Web Services Regions.
|
Copyright © 2022. All rights reserved.