Class EntityDetails

    • Method Detail

      • entityInfo

        public final EntityInfo entityInfo()

        The EntityInfo object that contains details about the entity (user or role).

        Returns:
        The EntityInfo object that contains details about the entity (user or role).
      • lastAuthenticated

        public final Instant lastAuthenticated()

        The date and time, in ISO 8601 date-time format, when the authenticated entity last attempted to access Amazon Web Services. Amazon Web Services does not report unauthenticated requests.

        This field is null if no IAM entities attempted to access the service within the tracking period.

        Returns:
        The date and time, in ISO 8601 date-time format, when the authenticated entity last attempted to access Amazon Web Services. Amazon Web Services does not report unauthenticated requests.

        This field is null if no IAM entities attempted to access the service within the tracking period.

      • 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)