Uses of Class
software.amazon.awssdk.services.cloudformation.model.AutoDeployment
Packages that use AutoDeployment
-
Uses of AutoDeployment in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return AutoDeploymentModifier and TypeMethodDescriptionfinal AutoDeploymentCreateStackSetRequest.autoDeployment()Describes whether StackSets automatically deploys to Organizations accounts that are added to the target organization or organizational unit (OU).final AutoDeploymentStackSet.autoDeployment()Describes whether StackSets automatically deploys to Organizations accounts that are added to a target organization or organizational unit (OU).final AutoDeploymentStackSetSummary.autoDeployment()[Service-managed permissions] Describes whether StackSets automatically deploys to Organizations accounts that are added to a target organizational unit (OU).final AutoDeploymentUpdateStackSetRequest.autoDeployment()[Service-managed permissions] Describes whether StackSets automatically deploys to Organizations accounts that are added to a target organization or organizational unit (OU).Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type AutoDeploymentModifier and TypeMethodDescriptionCreateStackSetRequest.Builder.autoDeployment(AutoDeployment autoDeployment) Describes whether StackSets automatically deploys to Organizations accounts that are added to the target organization or organizational unit (OU).StackSet.Builder.autoDeployment(AutoDeployment autoDeployment) Describes whether StackSets automatically deploys to Organizations accounts that are added to a target organization or organizational unit (OU).StackSetSummary.Builder.autoDeployment(AutoDeployment autoDeployment) [Service-managed permissions] Describes whether StackSets automatically deploys to Organizations accounts that are added to a target organizational unit (OU).UpdateStackSetRequest.Builder.autoDeployment(AutoDeployment autoDeployment) [Service-managed permissions] Describes whether StackSets automatically deploys to Organizations accounts that are added to a target organization or organizational unit (OU).