Class ResourceData

    • Method Detail

      • s3Bucket

        public final S3Bucket s3Bucket()

        Contains information about the Amazon S3 bucket.

        Returns:
        Contains information about the Amazon S3 bucket.
      • ec2Instance

        public final Ec2Instance ec2Instance()

        Contains information about the Amazon EC2 instance.

        Returns:
        Contains information about the Amazon EC2 instance.
      • accessKey

        public final AccessKey accessKey()

        Contains information about the IAM access key details of a user that involved in the GuardDuty finding.

        Returns:
        Contains information about the IAM access key details of a user that involved in the GuardDuty finding.
      • ec2NetworkInterface

        public final Ec2NetworkInterface ec2NetworkInterface()

        Contains information about the elastic network interface of the Amazon EC2 instance.

        Returns:
        Contains information about the elastic network interface of the Amazon EC2 instance.
      • s3Object

        public final S3Object s3Object()

        Contains information about the Amazon S3 object.

        Returns:
        Contains information about the Amazon S3 object.
      • 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)