Interface Remediation.UpdateStages.WithFilters

All Known Subinterfaces:
Remediation.Update
Enclosing interface:
Remediation.UpdateStages

public static interface Remediation.UpdateStages.WithFilters
The stage of the Remediation update allowing to specify filters.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the filters property: The filters that will be applied to determine which resources to remediate..
  • Method Details

    • withFilters

      Remediation.Update withFilters(RemediationFilters filters)
      Specifies the filters property: The filters that will be applied to determine which resources to remediate..
      Parameters:
      filters - The filters that will be applied to determine which resources to remediate.
      Returns:
      the next definition stage.