Class LogConfigurationType

    • Method Detail

      • logLevel

        public final LogLevel logLevel()

        The errorlevel selection of logs that a user pool sends for detailed activity logging.

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

        Returns:
        The errorlevel selection of logs that a user pool sends for detailed activity logging.
        See Also:
        LogLevel
      • logLevelAsString

        public final String logLevelAsString()

        The errorlevel selection of logs that a user pool sends for detailed activity logging.

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

        Returns:
        The errorlevel selection of logs that a user pool sends for detailed activity logging.
        See Also:
        LogLevel
      • eventSource

        public final EventSourceName eventSource()

        The source of events that your user pool sends for detailed activity logging.

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

        Returns:
        The source of events that your user pool sends for detailed activity logging.
        See Also:
        EventSourceName
      • eventSourceAsString

        public final String eventSourceAsString()

        The source of events that your user pool sends for detailed activity logging.

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

        Returns:
        The source of events that your user pool sends for detailed activity logging.
        See Also:
        EventSourceName
      • cloudWatchLogsConfiguration

        public final CloudWatchLogsConfigurationType cloudWatchLogsConfiguration()

        The CloudWatch logging destination of a user pool.

        Returns:
        The CloudWatch logging destination of a user pool.
      • 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)