Class JoinDomainResponse

    • Method Detail

      • gatewayARN

        public final String gatewayARN()

        The unique Amazon Resource Name (ARN) of the gateway that joined the domain.

        Returns:
        The unique Amazon Resource Name (ARN) of the gateway that joined the domain.
      • activeDirectoryStatus

        public final ActiveDirectoryStatus activeDirectoryStatus()

        Indicates the status of the gateway as a member of the Active Directory domain.

        • ACCESS_DENIED: Indicates that the JoinDomain operation failed due to an authentication error.

        • DETACHED: Indicates that gateway is not joined to a domain.

        • JOINED: Indicates that the gateway has successfully joined a domain.

        • JOINING: Indicates that a JoinDomain operation is in progress.

        • NETWORK_ERROR: Indicates that JoinDomain operation failed due to a network or connectivity error.

        • TIMEOUT: Indicates that the JoinDomain operation failed because the operation didn't complete within the allotted time.

        • UNKNOWN_ERROR: Indicates that the JoinDomain operation failed due to another type of error.

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

        Returns:
        Indicates the status of the gateway as a member of the Active Directory domain.

        • ACCESS_DENIED: Indicates that the JoinDomain operation failed due to an authentication error.

        • DETACHED: Indicates that gateway is not joined to a domain.

        • JOINED: Indicates that the gateway has successfully joined a domain.

        • JOINING: Indicates that a JoinDomain operation is in progress.

        • NETWORK_ERROR: Indicates that JoinDomain operation failed due to a network or connectivity error.

        • TIMEOUT: Indicates that the JoinDomain operation failed because the operation didn't complete within the allotted time.

        • UNKNOWN_ERROR: Indicates that the JoinDomain operation failed due to another type of error.

        See Also:
        ActiveDirectoryStatus
      • activeDirectoryStatusAsString

        public final String activeDirectoryStatusAsString()

        Indicates the status of the gateway as a member of the Active Directory domain.

        • ACCESS_DENIED: Indicates that the JoinDomain operation failed due to an authentication error.

        • DETACHED: Indicates that gateway is not joined to a domain.

        • JOINED: Indicates that the gateway has successfully joined a domain.

        • JOINING: Indicates that a JoinDomain operation is in progress.

        • NETWORK_ERROR: Indicates that JoinDomain operation failed due to a network or connectivity error.

        • TIMEOUT: Indicates that the JoinDomain operation failed because the operation didn't complete within the allotted time.

        • UNKNOWN_ERROR: Indicates that the JoinDomain operation failed due to another type of error.

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

        Returns:
        Indicates the status of the gateway as a member of the Active Directory domain.

        • ACCESS_DENIED: Indicates that the JoinDomain operation failed due to an authentication error.

        • DETACHED: Indicates that gateway is not joined to a domain.

        • JOINED: Indicates that the gateway has successfully joined a domain.

        • JOINING: Indicates that a JoinDomain operation is in progress.

        • NETWORK_ERROR: Indicates that JoinDomain operation failed due to a network or connectivity error.

        • TIMEOUT: Indicates that the JoinDomain operation failed because the operation didn't complete within the allotted time.

        • UNKNOWN_ERROR: Indicates that the JoinDomain operation failed due to another type of error.

        See Also:
        ActiveDirectoryStatus
      • 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