Uses of Interface
software.amazon.awssdk.services.cloudformation.model.DeploymentTargets.Builder
Packages that use DeploymentTargets.Builder
-
Uses of DeploymentTargets.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return DeploymentTargets.BuilderModifier and TypeMethodDescriptionDeploymentTargets.Builder.accountFilterType(String accountFilterType) Refines which accounts will have stack operations performed on them by specifying how to use theAccountsandOrganizationalUnitIdsproperties together.DeploymentTargets.Builder.accountFilterType(AccountFilterType accountFilterType) Refines which accounts will have stack operations performed on them by specifying how to use theAccountsandOrganizationalUnitIdsproperties together.The Amazon Web Services account IDs where you want to perform stack operations.DeploymentTargets.Builder.accounts(Collection<String> accounts) The Amazon Web Services account IDs where you want to perform stack operations.DeploymentTargets.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.Builder.organizationalUnitIds(String... organizationalUnitIds) The organization root ID or organizational unit (OU) IDs where you want to perform stack operations.DeploymentTargets.Builder.organizationalUnitIds(Collection<String> organizationalUnitIds) The organization root ID or organizational unit (OU) IDs where you want to perform stack operations.DeploymentTargets.toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type DeploymentTargets.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DeploymentTargets.Builder>DeploymentTargets.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudformation.model with type arguments of type DeploymentTargets.BuilderModifier and TypeMethodDescriptionCreateStackInstancesRequest.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.DeleteStackInstancesRequest.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.UpdateStackInstancesRequest.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.