Class GetIngressPointResponse

    • Method Detail

      • aRecord

        public final String aRecord()

        The DNS A Record that identifies your ingress endpoint. Configure your DNS Mail Exchange (MX) record with this value to route emails to Mail Manager.

        Returns:
        The DNS A Record that identifies your ingress endpoint. Configure your DNS Mail Exchange (MX) record with this value to route emails to Mail Manager.
      • createdTimestamp

        public final Instant createdTimestamp()

        The timestamp of when the ingress endpoint was created.

        Returns:
        The timestamp of when the ingress endpoint was created.
      • ingressPointArn

        public final String ingressPointArn()

        The Amazon Resource Name (ARN) of the ingress endpoint resource.

        Returns:
        The Amazon Resource Name (ARN) of the ingress endpoint resource.
      • ingressPointAuthConfiguration

        public final IngressPointAuthConfiguration ingressPointAuthConfiguration()

        The authentication configuration of the ingress endpoint resource.

        Returns:
        The authentication configuration of the ingress endpoint resource.
      • ingressPointId

        public final String ingressPointId()

        The identifier of an ingress endpoint resource.

        Returns:
        The identifier of an ingress endpoint resource.
      • ingressPointName

        public final String ingressPointName()

        A user friendly name for the ingress endpoint.

        Returns:
        A user friendly name for the ingress endpoint.
      • lastUpdatedTimestamp

        public final Instant lastUpdatedTimestamp()

        The timestamp of when the ingress endpoint was last updated.

        Returns:
        The timestamp of when the ingress endpoint was last updated.
      • ruleSetId

        public final String ruleSetId()

        The identifier of a rule set resource associated with the ingress endpoint.

        Returns:
        The identifier of a rule set resource associated with the ingress endpoint.
      • statusAsString

        public final String statusAsString()

        The status of the ingress endpoint resource.

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

        Returns:
        The status of the ingress endpoint resource.
        See Also:
        IngressPointStatus
      • trafficPolicyId

        public final String trafficPolicyId()

        The identifier of the traffic policy resource associated with the ingress endpoint.

        Returns:
        The identifier of the traffic policy resource associated with the ingress endpoint.
      • 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