JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.protocol.json.internal

Interface EmptyBodyJsonMarshaller



  • public interface EmptyBodyJsonMarshaller
    Interface to marshall an empty request body according to the JSON protocol specification.
    • Field Detail

      • NULL

        static final EmptyBodyJsonMarshaller NULL
        Renders an empty request body as JSON explicit null, 'null'. Used for legacy use cases, especially where backwards compatibility must be preserved.
      • EMPTY

        static final EmptyBodyJsonMarshaller EMPTY
        Renders an empty JSON object, {}. This is the specification compliant way to represent an empty request body.
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /