Class ListResourceScansRequest

    • Method Detail

      • nextToken

        public final String nextToken()

        The token for the next set of items to return. (You received this token from a previous call.)

        Returns:
        The token for the next set of items to return. (You received this token from a previous call.)
      • maxResults

        public final Integer maxResults()

        If the number of available results exceeds this maximum, the response includes a NextToken value that you can use for the NextToken parameter to get the next set of results. The default value is 10. The maximum value is 100.

        Returns:
        If the number of available results exceeds this maximum, the response includes a NextToken value that you can use for the NextToken parameter to get the next set of results. The default value is 10. The maximum value is 100.
      • scanTypeFilter

        public final ScanType scanTypeFilter()

        The scan type that you want to get summary information about. The default is FULL.

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

        Returns:
        The scan type that you want to get summary information about. The default is FULL.
        See Also:
        ScanType
      • scanTypeFilterAsString

        public final String scanTypeFilterAsString()

        The scan type that you want to get summary information about. The default is FULL.

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

        Returns:
        The scan type that you want to get summary information about. The default is FULL.
        See Also:
        ScanType
      • 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