Uses of Class
software.amazon.awssdk.services.cloudformation.model.DeploymentTargets
-
Packages that use DeploymentTargets Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of DeploymentTargets in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return DeploymentTargets Modifier and Type Method Description DeploymentTargetsCreateStackInstancesRequest. deploymentTargets()[Service-managed permissions] The Organizations accounts for which to create stack instances in the specified Amazon Web Services Regions.DeploymentTargetsDeleteStackInstancesRequest. deploymentTargets()[Service-managed permissions] The Organizations accounts from which to delete stack instances.DeploymentTargetsStackSetOperation. deploymentTargets()[Service-managed permissions] The Organizations accounts affected by the stack operation.DeploymentTargetsUpdateStackInstancesRequest. deploymentTargets()[Service-managed permissions] The Organizations accounts for which you want to update parameter values for stack instances.DeploymentTargetsUpdateStackSetRequest. deploymentTargets()[Service-managed permissions] The Organizations accounts in which to update associated stack instances.Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type DeploymentTargets Modifier and Type Method Description CreateStackInstancesRequest.BuilderCreateStackInstancesRequest.Builder. deploymentTargets(DeploymentTargets deploymentTargets)[Service-managed permissions] The Organizations accounts for which to create stack instances in the specified Amazon Web Services Regions.DeleteStackInstancesRequest.BuilderDeleteStackInstancesRequest.Builder. deploymentTargets(DeploymentTargets deploymentTargets)[Service-managed permissions] The Organizations accounts from which to delete stack instances.StackSetOperation.BuilderStackSetOperation.Builder. deploymentTargets(DeploymentTargets deploymentTargets)[Service-managed permissions] The Organizations accounts affected by the stack operation.UpdateStackInstancesRequest.BuilderUpdateStackInstancesRequest.Builder. deploymentTargets(DeploymentTargets deploymentTargets)[Service-managed permissions] The Organizations accounts for which you want to update parameter values for stack instances.UpdateStackSetRequest.BuilderUpdateStackSetRequest.Builder. deploymentTargets(DeploymentTargets deploymentTargets)[Service-managed permissions] The Organizations accounts in which to update associated stack instances.
-