Class ListCoverageRequest

    • Method Detail

      • detectorId

        public final String detectorId()

        The unique ID of the detector whose coverage details you want to retrieve.

        To find the detectorId in the current Region, see the Settings page in the GuardDuty console, or run the ListDetectors API.

        Returns:
        The unique ID of the detector whose coverage details you want to retrieve.

        To find the detectorId in the current Region, see the Settings page in the GuardDuty console, or run the ListDetectors API.

      • nextToken

        public final String nextToken()

        A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request to a list action. For subsequent calls, use the NextToken value returned from the previous request to continue listing results after the first page.

        Returns:
        A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request to a list action. For subsequent calls, use the NextToken value returned from the previous request to continue listing results after the first page.
      • maxResults

        public final Integer maxResults()

        The maximum number of results to return in the response.

        Returns:
        The maximum number of results to return in the response.
      • filterCriteria

        public final CoverageFilterCriteria filterCriteria()

        Represents the criteria used to filter the coverage details.

        Returns:
        Represents the criteria used to filter the coverage details.
      • sortCriteria

        public final CoverageSortCriteria sortCriteria()

        Represents the criteria used to sort the coverage details.

        Returns:
        Represents the criteria used to sort the coverage details.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object