Class ApiCallDetails

    • Method Detail

      • api

        public final String api()

        The name of the operation that was invoked most recently and produced the finding.

        Returns:
        The name of the operation that was invoked most recently and produced the finding.
      • apiServiceName

        public final String apiServiceName()

        The URL of the Amazon Web Service that provides the operation, for example: s3.amazonaws.com.

        Returns:
        The URL of the Amazon Web Service that provides the operation, for example: s3.amazonaws.com.
      • firstSeen

        public final Instant firstSeen()

        The first date and time, in UTC and extended ISO 8601 format, when any operation was invoked and produced the finding.

        Returns:
        The first date and time, in UTC and extended ISO 8601 format, when any operation was invoked and produced the finding.
      • lastSeen

        public final Instant lastSeen()

        The most recent date and time, in UTC and extended ISO 8601 format, when the specified operation (api) was invoked and produced the finding.

        Returns:
        The most recent date and time, in UTC and extended ISO 8601 format, when the specified operation (api) was invoked and produced the finding.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)