Class CreateTargetGroupResponse

    • 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.
      • config

        public final TargetGroupConfig config()

        The target group configuration. If type is set to LAMBDA, this parameter doesn't apply.

        Returns:
        The target group configuration. If type is set to LAMBDA, this parameter doesn't apply.
      • id

        public final String id()

        The ID of the target group.

        Returns:
        The ID of the target group.
      • name

        public final String name()

        The name of the target group.

        Returns:
        The name of the target group.
      • status

        public final TargetGroupStatus status()

        The operation's status. You can retry the operation if the status is CREATE_FAILED. However, if you retry it while the status is CREATE_IN_PROGRESS, there is no change in the status.

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

        Returns:
        The operation's status. You can retry the operation if the status is CREATE_FAILED. However, if you retry it while the status is CREATE_IN_PROGRESS, there is no change in the status.
        See Also:
        TargetGroupStatus
      • statusAsString

        public final String statusAsString()

        The operation's status. You can retry the operation if the status is CREATE_FAILED. However, if you retry it while the status is CREATE_IN_PROGRESS, there is no change in the status.

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

        Returns:
        The operation's status. You can retry the operation if the status is CREATE_FAILED. However, if you retry it while the status is CREATE_IN_PROGRESS, there is no change in the status.
        See Also:
        TargetGroupStatus
      • 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