| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
ManagedExecution |
StackSet.managedExecution()
Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations.
|
ManagedExecution |
CreateStackSetRequest.managedExecution()
Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations.
|
ManagedExecution |
UpdateStackSetRequest.managedExecution()
Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations.
|
ManagedExecution |
StackSetSummary.managedExecution()
Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations.
|
| Modifier and Type | Method and Description |
|---|---|
StackSet.Builder |
StackSet.Builder.managedExecution(ManagedExecution managedExecution)
Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting
operations.
|
CreateStackSetRequest.Builder |
CreateStackSetRequest.Builder.managedExecution(ManagedExecution managedExecution)
Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting
operations.
|
UpdateStackSetRequest.Builder |
UpdateStackSetRequest.Builder.managedExecution(ManagedExecution managedExecution)
Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting
operations.
|
StackSetSummary.Builder |
StackSetSummary.Builder.managedExecution(ManagedExecution managedExecution)
Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting
operations.
|
Copyright © 2022. All rights reserved.