Class DataSourcesFreeTrial

    • Method Detail

      • cloudTrail

        public final DataSourceFreeTrial cloudTrail()

        Describes whether any Amazon Web Services CloudTrail management event logs are enabled as data sources.

        Returns:
        Describes whether any Amazon Web Services CloudTrail management event logs are enabled as data sources.
      • dnsLogs

        public final DataSourceFreeTrial dnsLogs()

        Describes whether any DNS logs are enabled as data sources.

        Returns:
        Describes whether any DNS logs are enabled as data sources.
      • flowLogs

        public final DataSourceFreeTrial flowLogs()

        Describes whether any VPC Flow logs are enabled as data sources.

        Returns:
        Describes whether any VPC Flow logs are enabled as data sources.
      • s3Logs

        public final DataSourceFreeTrial s3Logs()

        Describes whether any S3 data event logs are enabled as data sources.

        Returns:
        Describes whether any S3 data event logs are enabled as data sources.
      • kubernetes

        public final KubernetesDataSourceFreeTrial kubernetes()

        Describes whether any Kubernetes logs are enabled as data sources.

        Returns:
        Describes whether any Kubernetes logs are enabled as data sources.
      • malwareProtection

        public final MalwareProtectionDataSourceFreeTrial malwareProtection()

        Describes whether Malware Protection is enabled as a data source.

        Returns:
        Describes whether Malware Protection is enabled as a data source.
      • 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)