Class PutLogEventsResponse

    • Method Detail

      • nextSequenceToken

        public final String nextSequenceToken()

        The next sequence token.

        This field has been deprecated.

        The sequence token is now ignored in PutLogEvents actions. PutLogEvents actions are always accepted even if the sequence token is not valid. You can use parallel PutLogEvents actions on the same log stream and you do not need to wait for the response of a previous PutLogEvents action to obtain the nextSequenceToken value.

        Returns:
        The next sequence token.

        This field has been deprecated.

        The sequence token is now ignored in PutLogEvents actions. PutLogEvents actions are always accepted even if the sequence token is not valid. You can use parallel PutLogEvents actions on the same log stream and you do not need to wait for the response of a previous PutLogEvents action to obtain the nextSequenceToken value.

      • rejectedLogEventsInfo

        public final RejectedLogEventsInfo rejectedLogEventsInfo()

        The rejected events.

        Returns:
        The rejected events.
      • rejectedEntityInfo

        public final RejectedEntityInfo rejectedEntityInfo()

        Reserved for internal use.

        Returns:
        Reserved for internal use.
      • 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