Class DomainMembership

    • Method Detail

      • domain

        public final String domain()

        The identifier of the Active Directory Domain.

        Returns:
        The identifier of the Active Directory Domain.
      • status

        public final String status()

        The status of the DB instance's Active Directory Domain membership, such as joined, pending-join, failed etc).

        Returns:
        The status of the DB instance's Active Directory Domain membership, such as joined, pending-join, failed etc).
      • fqdn

        public final String fqdn()

        The fully qualified domain name of the Active Directory Domain.

        Returns:
        The fully qualified domain name of the Active Directory Domain.
      • iamRoleName

        public final String iamRoleName()

        The name of the IAM role to be used when making API calls to the Directory Service.

        Returns:
        The name of the IAM role to be used when making API calls to the Directory Service.
      • 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)