Class AccessDetail

    • Method Detail

      • serviceName

        public final String serviceName()

        The name of the service in which access was attempted.

        Returns:
        The name of the service in which access was attempted.
      • region

        public final String region()

        The Region where the last service access attempt occurred.

        This field is null if no principals in the reported Organizations entity attempted to access the service within the tracking period.

        Returns:
        The Region where the last service access attempt occurred.

        This field is null if no principals in the reported Organizations entity attempted to access the service within the tracking period.

      • entityPath

        public final String entityPath()

        The path of the Organizations entity (root, organizational unit, or account) from which an authenticated principal last attempted to access the service. Amazon Web Services does not report unauthenticated requests.

        This field is null if no principals (IAM users, IAM roles, or root user) in the reported Organizations entity attempted to access the service within the tracking period.

        Returns:
        The path of the Organizations entity (root, organizational unit, or account) from which an authenticated principal last attempted to access the service. Amazon Web Services does not report unauthenticated requests.

        This field is null if no principals (IAM users, IAM roles, or root user) in the reported Organizations entity attempted to access the service within the tracking period.

      • lastAuthenticatedTime

        public final Instant lastAuthenticatedTime()

        The date and time, in ISO 8601 date-time format, when an authenticated principal most recently attempted to access the service. Amazon Web Services does not report unauthenticated requests.

        This field is null if no principals in the reported Organizations entity attempted to access the service within the tracking period.

        Returns:
        The date and time, in ISO 8601 date-time format, when an authenticated principal most recently attempted to access the service. Amazon Web Services does not report unauthenticated requests.

        This field is null if no principals in the reported Organizations entity attempted to access the service within the tracking period.

      • totalAuthenticatedEntities

        public final Integer totalAuthenticatedEntities()

        The number of accounts with authenticated principals (root user, IAM users, and IAM roles) that attempted to access the service in the tracking period.

        Returns:
        The number of accounts with authenticated principals (root user, IAM users, and IAM roles) that attempted to access the service in 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)