Uses of Interface
software.amazon.awssdk.services.cloudformation.model.DeploymentTargets.Builder
-
Packages that use DeploymentTargets.Builder Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of DeploymentTargets.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return DeploymentTargets.Builder Modifier and Type Method Description DeploymentTargets.BuilderDeploymentTargets.Builder. accountFilterType(String accountFilterType)Refines which accounts will have stack operations performed on them by specifying how to use theAccountsandOrganizationalUnitIdsproperties together.DeploymentTargets.BuilderDeploymentTargets.Builder. accountFilterType(AccountFilterType accountFilterType)Refines which accounts will have stack operations performed on them by specifying how to use theAccountsandOrganizationalUnitIdsproperties together.DeploymentTargets.BuilderDeploymentTargets.Builder. accounts(String... accounts)The Amazon Web Services account IDs where you want to perform stack operations.DeploymentTargets.BuilderDeploymentTargets.Builder. accounts(Collection<String> accounts)The Amazon Web Services account IDs where you want to perform stack operations.DeploymentTargets.BuilderDeploymentTargets.Builder. accountsUrl(String accountsUrl)The Amazon S3 URL path to a file that contains a list of Amazon Web Services account IDs.static DeploymentTargets.BuilderDeploymentTargets. builder()DeploymentTargets.BuilderDeploymentTargets.Builder. organizationalUnitIds(String... organizationalUnitIds)The organization root ID or organizational unit (OU) IDs where you want to perform stack operations.DeploymentTargets.BuilderDeploymentTargets.Builder. organizationalUnitIds(Collection<String> organizationalUnitIds)The organization root ID or organizational unit (OU) IDs where you want to perform stack operations.DeploymentTargets.BuilderDeploymentTargets. toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type DeploymentTargets.Builder Modifier and Type Method Description static Class<? extends DeploymentTargets.Builder>DeploymentTargets. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudformation.model with type arguments of type DeploymentTargets.Builder Modifier and Type Method Description default CreateStackInstancesRequest.BuilderCreateStackInstancesRequest.Builder. deploymentTargets(Consumer<DeploymentTargets.Builder> deploymentTargets)[Service-managed permissions] The Organizations accounts in which to create stack instances in the specified Amazon Web Services Regions.default DeleteStackInstancesRequest.BuilderDeleteStackInstancesRequest.Builder. deploymentTargets(Consumer<DeploymentTargets.Builder> deploymentTargets)[Service-managed permissions] The Organizations accounts from which to delete stack instances.default StackSetOperation.BuilderStackSetOperation.Builder. deploymentTargets(Consumer<DeploymentTargets.Builder> deploymentTargets)The Organizations accounts affected by the stack operation.default UpdateStackInstancesRequest.BuilderUpdateStackInstancesRequest.Builder. deploymentTargets(Consumer<DeploymentTargets.Builder> deploymentTargets)[Service-managed permissions] The Organizations accounts in which you want to update parameter values for stack instances.default UpdateStackSetRequest.BuilderUpdateStackSetRequest.Builder. deploymentTargets(Consumer<DeploymentTargets.Builder> deploymentTargets)[Service-managed permissions] The Organizations accounts in which to update associated stack instances.
-