Uses of Class
software.amazon.awssdk.services.cloudformation.model.DeploymentTargets
Packages that use DeploymentTargets
-
Uses of DeploymentTargets in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return DeploymentTargetsModifier and TypeMethodDescriptionfinal DeploymentTargetsCreateStackInstancesRequest.deploymentTargets()[Service-managed permissions] The Organizations accounts in which to create stack instances in the specified Amazon Web Services Regions.final DeploymentTargetsDeleteStackInstancesRequest.deploymentTargets()[Service-managed permissions] The Organizations accounts from which to delete stack instances.final DeploymentTargetsStackSetOperation.deploymentTargets()The Organizations accounts affected by the stack operation.final DeploymentTargetsUpdateStackInstancesRequest.deploymentTargets()[Service-managed permissions] The Organizations accounts in which you want to update parameter values for stack instances.final 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 DeploymentTargetsModifier and TypeMethodDescriptionCreateStackInstancesRequest.Builder.deploymentTargets(DeploymentTargets deploymentTargets) [Service-managed permissions] The Organizations accounts in which to create stack instances in the specified Amazon Web Services Regions.DeleteStackInstancesRequest.Builder.deploymentTargets(DeploymentTargets deploymentTargets) [Service-managed permissions] The Organizations accounts from which to delete stack instances.StackSetOperation.Builder.deploymentTargets(DeploymentTargets deploymentTargets) The Organizations accounts affected by the stack operation.UpdateStackInstancesRequest.Builder.deploymentTargets(DeploymentTargets deploymentTargets) [Service-managed permissions] The Organizations accounts in which you want to update parameter values for stack instances.UpdateStackSetRequest.Builder.deploymentTargets(DeploymentTargets deploymentTargets) [Service-managed permissions] The Organizations accounts in which to update associated stack instances.