Class ListConformancePackComplianceScoresRequest

    • Method Detail

      • filters

        public final ConformancePackComplianceScoresFilters filters()

        Filters the results based on the ConformancePackComplianceScoresFilters.

        Returns:
        Filters the results based on the ConformancePackComplianceScoresFilters.
      • sortOrder

        public final SortOrder sortOrder()

        Determines the order in which conformance pack compliance scores are sorted. Either in ascending or descending order.

        By default, conformance pack compliance scores are sorted in alphabetical order by name of the conformance pack. Conformance pack compliance scores are sorted in reverse alphabetical order if you enter DESCENDING.

        You can sort conformance pack compliance scores by the numerical value of the compliance score by entering SCORE in the SortBy action. When compliance scores are sorted by SCORE, conformance packs with a compliance score of INSUFFICIENT_DATA will be last when sorting by ascending order and first when sorting by descending order.

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

        Returns:
        Determines the order in which conformance pack compliance scores are sorted. Either in ascending or descending order.

        By default, conformance pack compliance scores are sorted in alphabetical order by name of the conformance pack. Conformance pack compliance scores are sorted in reverse alphabetical order if you enter DESCENDING.

        You can sort conformance pack compliance scores by the numerical value of the compliance score by entering SCORE in the SortBy action. When compliance scores are sorted by SCORE, conformance packs with a compliance score of INSUFFICIENT_DATA will be last when sorting by ascending order and first when sorting by descending order.

        See Also:
        SortOrder
      • sortOrderAsString

        public final String sortOrderAsString()

        Determines the order in which conformance pack compliance scores are sorted. Either in ascending or descending order.

        By default, conformance pack compliance scores are sorted in alphabetical order by name of the conformance pack. Conformance pack compliance scores are sorted in reverse alphabetical order if you enter DESCENDING.

        You can sort conformance pack compliance scores by the numerical value of the compliance score by entering SCORE in the SortBy action. When compliance scores are sorted by SCORE, conformance packs with a compliance score of INSUFFICIENT_DATA will be last when sorting by ascending order and first when sorting by descending order.

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

        Returns:
        Determines the order in which conformance pack compliance scores are sorted. Either in ascending or descending order.

        By default, conformance pack compliance scores are sorted in alphabetical order by name of the conformance pack. Conformance pack compliance scores are sorted in reverse alphabetical order if you enter DESCENDING.

        You can sort conformance pack compliance scores by the numerical value of the compliance score by entering SCORE in the SortBy action. When compliance scores are sorted by SCORE, conformance packs with a compliance score of INSUFFICIENT_DATA will be last when sorting by ascending order and first when sorting by descending order.

        See Also:
        SortOrder
      • sortBy

        public final SortBy sortBy()

        Sorts your conformance pack compliance scores in either ascending or descending order, depending on SortOrder.

        By default, conformance pack compliance scores are sorted in alphabetical order by name of the conformance pack. Enter SCORE, to sort conformance pack compliance scores by the numerical value of the compliance score.

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

        Returns:
        Sorts your conformance pack compliance scores in either ascending or descending order, depending on SortOrder.

        By default, conformance pack compliance scores are sorted in alphabetical order by name of the conformance pack. Enter SCORE, to sort conformance pack compliance scores by the numerical value of the compliance score.

        See Also:
        SortBy
      • sortByAsString

        public final String sortByAsString()

        Sorts your conformance pack compliance scores in either ascending or descending order, depending on SortOrder.

        By default, conformance pack compliance scores are sorted in alphabetical order by name of the conformance pack. Enter SCORE, to sort conformance pack compliance scores by the numerical value of the compliance score.

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

        Returns:
        Sorts your conformance pack compliance scores in either ascending or descending order, depending on SortOrder.

        By default, conformance pack compliance scores are sorted in alphabetical order by name of the conformance pack. Enter SCORE, to sort conformance pack compliance scores by the numerical value of the compliance score.

        See Also:
        SortBy
      • limit

        public final Integer limit()

        The maximum number of conformance pack compliance scores returned on each page.

        Returns:
        The maximum number of conformance pack compliance scores returned on each page.
      • nextToken

        public final String nextToken()

        The nextToken string in a prior request that you can use to get the paginated response for the next set of conformance pack compliance scores.

        Returns:
        The nextToken string in a prior request that you can use to get the paginated response for the next set of conformance pack compliance scores.
      • 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