Class ListCoverageStatisticsRequest

    • Method Detail

      • filterCriteria

        public final CoverageFilterCriteria filterCriteria()

        An object that contains details on the filters to apply to the coverage data for your environment.

        Returns:
        An object that contains details on the filters to apply to the coverage data for your environment.
      • groupBy

        public final GroupKey groupBy()

        The value to group the results by.

        If the service returns an enum value that is not available in the current SDK version, groupBy will return GroupKey.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from groupByAsString().

        Returns:
        The value to group the results by.
        See Also:
        GroupKey
      • groupByAsString

        public final String groupByAsString()

        The value to group the results by.

        If the service returns an enum value that is not available in the current SDK version, groupBy will return GroupKey.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from groupByAsString().

        Returns:
        The value to group the results by.
        See Also:
        GroupKey
      • 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.
      • 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