Class ManagedTargetGroup

    • Method Detail

      • arn

        public final String arn()

        The Amazon Resource Name (ARN) of the target group.

        Returns:
        The Amazon Resource Name (ARN) of the target group.
      • statusReason

        public final String statusReason()

        Information about why the target group is in the current status.

        Returns:
        Information about why the target group is in the current status.
      • updatedAt

        public final Instant updatedAt()

        The Unix timestamp for when the target group was last updated.

        Returns:
        The Unix timestamp for when the target group was last updated.
      • healthCheckPath

        public final String healthCheckPath()

        The destination for health checks on the targets.

        Returns:
        The destination for health checks on the targets.
      • healthCheckPort

        public final Integer healthCheckPort()

        The port the load balancer uses when performing health checks on targets.

        Returns:
        The port the load balancer uses when performing health checks on targets.
      • port

        public final Integer port()

        The port on which the targets receive traffic.

        Returns:
        The port on which the targets receive traffic.
      • 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)