| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation |
|
| Modifier and Type | Method and Description |
|---|---|
default UpdateStackSetResponse |
CloudFormationClient.updateStackSet(Consumer<UpdateStackSetRequest.Builder> updateStackSetRequest)
Updates the stack set, and associated stack instances in the specified accounts and regions.
|
default UpdateStackSetResponse |
CloudFormationClient.updateStackSet(UpdateStackSetRequest updateStackSetRequest)
Updates the stack set, and associated stack instances in the specified accounts and regions.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateStackSetResponse> |
CloudFormationAsyncClient.updateStackSet(Consumer<UpdateStackSetRequest.Builder> updateStackSetRequest)
Updates the stack set, and associated stack instances in the specified accounts and regions.
|
default CompletableFuture<UpdateStackSetResponse> |
CloudFormationAsyncClient.updateStackSet(UpdateStackSetRequest updateStackSetRequest)
Updates the stack set, and associated stack instances in the specified accounts and regions.
|
Copyright © 2018. All rights reserved.