Uses of Class
software.amazon.awssdk.services.cloudformation.model.AutoDeployment
-
Packages that use AutoDeployment Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of AutoDeployment in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return AutoDeployment Modifier and Type Method Description AutoDeploymentCreateStackSetRequest. autoDeployment()Describes whether StackSets automatically deploys to Organizations accounts that are added to the target organization or organizational unit (OU).AutoDeploymentStackSet. autoDeployment()Describes whether StackSets automatically deploys to Organizations accounts that are added to a target organization or organizational unit (OU).AutoDeploymentStackSetSummary. autoDeployment()[Service-managed permissions] Describes whether StackSets automatically deploys to Organizations accounts that are added to a target organizational unit (OU).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 AutoDeployment Modifier and Type Method Description CreateStackSetRequest.BuilderCreateStackSetRequest.Builder. autoDeployment(AutoDeployment autoDeployment)Describes whether StackSets automatically deploys to Organizations accounts that are added to the target organization or organizational unit (OU).StackSet.BuilderStackSet.Builder. autoDeployment(AutoDeployment autoDeployment)Describes whether StackSets automatically deploys to Organizations accounts that are added to a target organization or organizational unit (OU).StackSetSummary.BuilderStackSetSummary.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.BuilderUpdateStackSetRequest.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).
-