Uses of Class
software.amazon.awssdk.services.cloudformation.model.ManagedExecution
-
Packages that use ManagedExecution Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of ManagedExecution in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return ManagedExecution Modifier and Type Method Description ManagedExecutionCreateStackSetRequest. managedExecution()Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations.ManagedExecutionStackSet. managedExecution()Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations.ManagedExecutionStackSetSummary. managedExecution()Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations.ManagedExecutionUpdateStackSetRequest. managedExecution()Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations.Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type ManagedExecution Modifier and Type Method Description CreateStackSetRequest.BuilderCreateStackSetRequest.Builder. managedExecution(ManagedExecution managedExecution)Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations.StackSet.BuilderStackSet.Builder. managedExecution(ManagedExecution managedExecution)Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations.StackSetSummary.BuilderStackSetSummary.Builder. managedExecution(ManagedExecution managedExecution)Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations.UpdateStackSetRequest.BuilderUpdateStackSetRequest.Builder. managedExecution(ManagedExecution managedExecution)Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting operations.
-