Uses of Interface
software.amazon.awssdk.services.cloudformation.model.AutoDeployment.Builder
-
Packages that use AutoDeployment.Builder Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of AutoDeployment.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return AutoDeployment.Builder Modifier and Type Method Description static AutoDeployment.BuilderAutoDeployment. builder()AutoDeployment.BuilderAutoDeployment.Builder. enabled(Boolean enabled)If set totrue, StackSets automatically deploys additional stack instances to Organizations accounts that are added to a target organization or organizational unit (OU) in the specified Regions.AutoDeployment.BuilderAutoDeployment.Builder. retainStacksOnAccountRemoval(Boolean retainStacksOnAccountRemoval)If set totrue, stack resources are retained when an account is removed from a target organization or OU.AutoDeployment.BuilderAutoDeployment. toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type AutoDeployment.Builder Modifier and Type Method Description static Class<? extends AutoDeployment.Builder>AutoDeployment. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudformation.model with type arguments of type AutoDeployment.Builder Modifier and Type Method Description default CreateStackSetRequest.BuilderCreateStackSetRequest.Builder. autoDeployment(Consumer<AutoDeployment.Builder> autoDeployment)Describes whether StackSets automatically deploys to Organizations accounts that are added to the target organization or organizational unit (OU).default StackSet.BuilderStackSet.Builder. autoDeployment(Consumer<AutoDeployment.Builder> autoDeployment)[Service-managed permissions] Describes whether StackSets automatically deploys to Organizations accounts that are added to a target organization or organizational unit (OU).default StackSetSummary.BuilderStackSetSummary.Builder. autoDeployment(Consumer<AutoDeployment.Builder> autoDeployment)[Service-managed permissions] Describes whether StackSets automatically deploys to Organizations accounts that are added to a target organizational unit (OU).default UpdateStackSetRequest.BuilderUpdateStackSetRequest.Builder. autoDeployment(Consumer<AutoDeployment.Builder> autoDeployment)[Service-managed permissions] Describes whether StackSets automatically deploys to Organizations accounts that are added to a target organization or organizational unit (OU).
-