Uses of Interface
software.amazon.awssdk.services.cloudformation.model.DeleteStackInstancesRequest.Builder
Packages that use DeleteStackInstancesRequest.Builder
Package
Description
-
Uses of DeleteStackInstancesRequest.Builder in software.amazon.awssdk.services.cloudformation
Method parameters in software.amazon.awssdk.services.cloudformation with type arguments of type DeleteStackInstancesRequest.BuilderModifier and TypeMethodDescriptionCloudFormationAsyncClient.deleteStackInstances(Consumer<DeleteStackInstancesRequest.Builder> deleteStackInstancesRequest) Deletes stack instances for the specified accounts, in the specified Amazon Web Services Regions.default DeleteStackInstancesResponseCloudFormationClient.deleteStackInstances(Consumer<DeleteStackInstancesRequest.Builder> deleteStackInstancesRequest) Deletes stack instances for the specified accounts, in the specified Amazon Web Services Regions. -
Uses of DeleteStackInstancesRequest.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return DeleteStackInstancesRequest.BuilderModifier and TypeMethodDescription[Self-managed permissions] The account IDs of the Amazon Web Services accounts that you want to delete stack instances for.DeleteStackInstancesRequest.Builder.accounts(Collection<String> accounts) [Self-managed permissions] The account IDs of the Amazon Web Services accounts that you want to delete stack instances for.DeleteStackInstancesRequest.builder()[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account.[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account.DeleteStackInstancesRequest.Builder.deploymentTargets(Consumer<DeploymentTargets.Builder> deploymentTargets) [Service-managed permissions] The Organizations accounts from which to delete stack instances.DeleteStackInstancesRequest.Builder.deploymentTargets(DeploymentTargets deploymentTargets) [Service-managed permissions] The Organizations accounts from which to delete stack instances.DeleteStackInstancesRequest.Builder.operationId(String operationId) The unique identifier for this StackSet operation.DeleteStackInstancesRequest.Builder.operationPreferences(Consumer<StackSetOperationPreferences.Builder> operationPreferences) Preferences for how CloudFormation performs this StackSet operation.DeleteStackInstancesRequest.Builder.operationPreferences(StackSetOperationPreferences operationPreferences) Preferences for how CloudFormation performs this StackSet operation.DeleteStackInstancesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DeleteStackInstancesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The Amazon Web Services Regions where you want to delete StackSet instances.DeleteStackInstancesRequest.Builder.regions(Collection<String> regions) The Amazon Web Services Regions where you want to delete StackSet instances.DeleteStackInstancesRequest.Builder.retainStacks(Boolean retainStacks) Removes the stack instances from the specified StackSet, but doesn't delete the stacks.DeleteStackInstancesRequest.Builder.stackSetName(String stackSetName) The name or unique ID of the StackSet that you want to delete stack instances for.DeleteStackInstancesRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type DeleteStackInstancesRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DeleteStackInstancesRequest.Builder>DeleteStackInstancesRequest.serializableBuilderClass()