| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateStackInstancesResponse |
CloudFormationClient.createStackInstances(Consumer<CreateStackInstancesRequest.Builder> createStackInstancesRequest)
Creates stack instances for the specified accounts, within the specified regions.
|
default CreateStackInstancesResponse |
CloudFormationClient.createStackInstances(CreateStackInstancesRequest createStackInstancesRequest)
Creates stack instances for the specified accounts, within the specified regions.
|
default DeleteStackInstancesResponse |
CloudFormationClient.deleteStackInstances(Consumer<DeleteStackInstancesRequest.Builder> deleteStackInstancesRequest)
Deletes stack instances for the specified accounts, in the specified regions.
|
default DeleteStackInstancesResponse |
CloudFormationClient.deleteStackInstances(DeleteStackInstancesRequest deleteStackInstancesRequest)
Deletes stack instances for the specified accounts, in the specified regions.
|
default DeleteStackSetResponse |
CloudFormationClient.deleteStackSet(Consumer<DeleteStackSetRequest.Builder> deleteStackSetRequest)
Deletes a stack set.
|
default DeleteStackSetResponse |
CloudFormationClient.deleteStackSet(DeleteStackSetRequest deleteStackSetRequest)
Deletes a stack set.
|
default UpdateStackInstancesResponse |
CloudFormationClient.updateStackInstances(Consumer<UpdateStackInstancesRequest.Builder> updateStackInstancesRequest)
Updates the parameter values for stack instances for the specified accounts, within the specified regions.
|
default UpdateStackInstancesResponse |
CloudFormationClient.updateStackInstances(UpdateStackInstancesRequest updateStackInstancesRequest)
Updates the parameter values for stack instances for the specified accounts, within the specified regions.
|
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.
|
Copyright © 2018. All rights reserved.