Class GetRelayResponse

    • Method Detail

      • authentication

        public final RelayAuthentication authentication()

        The authentication attribute—contains the secret ARN where the customer relay server credentials are stored.

        Returns:
        The authentication attribute—contains the secret ARN where the customer relay server credentials are stored.
      • createdTimestamp

        public final Instant createdTimestamp()

        The timestamp of when the relay was created.

        Returns:
        The timestamp of when the relay was created.
      • lastModifiedTimestamp

        public final Instant lastModifiedTimestamp()

        The timestamp of when relay was last updated.

        Returns:
        The timestamp of when relay was last updated.
      • relayArn

        public final String relayArn()

        The Amazon Resource Name (ARN) of the relay.

        Returns:
        The Amazon Resource Name (ARN) of the relay.
      • relayId

        public final String relayId()

        The unique relay identifier.

        Returns:
        The unique relay identifier.
      • relayName

        public final String relayName()

        The unique name of the relay.

        Returns:
        The unique name of the relay.
      • serverName

        public final String serverName()

        The destination relay server address.

        Returns:
        The destination relay server address.
      • serverPort

        public final Integer serverPort()

        The destination relay server port.

        Returns:
        The destination relay server port.
      • 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