Uses of Class
software.amazon.awssdk.services.cloudformation.model.StackSetOperationPreferences
Packages that use StackSetOperationPreferences
-
Uses of StackSetOperationPreferences in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return StackSetOperationPreferencesModifier and TypeMethodDescriptionCreateStackInstancesRequest.operationPreferences()Preferences for how CloudFormation performs this StackSet operation.DeleteStackInstancesRequest.operationPreferences()Preferences for how CloudFormation performs this StackSet operation.DetectStackSetDriftRequest.operationPreferences()The user-specified preferences for how CloudFormation performs a StackSet operation.ImportStacksToStackSetRequest.operationPreferences()The user-specified preferences for how CloudFormation performs a StackSet operation.StackSetOperation.operationPreferences()The preferences for how CloudFormation performs this StackSet operation.StackSetOperationSummary.operationPreferences()The user-specified preferences for how CloudFormation performs a StackSet operation.UpdateStackInstancesRequest.operationPreferences()Preferences for how CloudFormation performs this StackSet operation.UpdateStackSetRequest.operationPreferences()Preferences for how CloudFormation performs this StackSet operation.Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type StackSetOperationPreferencesModifier and TypeMethodDescriptionCreateStackInstancesRequest.Builder.operationPreferences(StackSetOperationPreferences operationPreferences) Preferences for how CloudFormation performs this StackSet operation.DeleteStackInstancesRequest.Builder.operationPreferences(StackSetOperationPreferences operationPreferences) Preferences for how CloudFormation performs this StackSet operation.DetectStackSetDriftRequest.Builder.operationPreferences(StackSetOperationPreferences operationPreferences) The user-specified preferences for how CloudFormation performs a StackSet operation.ImportStacksToStackSetRequest.Builder.operationPreferences(StackSetOperationPreferences operationPreferences) The user-specified preferences for how CloudFormation performs a StackSet operation.StackSetOperation.Builder.operationPreferences(StackSetOperationPreferences operationPreferences) The preferences for how CloudFormation performs this StackSet operation.StackSetOperationSummary.Builder.operationPreferences(StackSetOperationPreferences operationPreferences) The user-specified preferences for how CloudFormation performs a StackSet operation.UpdateStackInstancesRequest.Builder.operationPreferences(StackSetOperationPreferences operationPreferences) Preferences for how CloudFormation performs this StackSet operation.UpdateStackSetRequest.Builder.operationPreferences(StackSetOperationPreferences operationPreferences) Preferences for how CloudFormation performs this StackSet operation.