JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

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

Class JsonContent



  • public class JsonContent
    extends Object 
    Simple struct like class to hold both the raw json string content and it's parsed JsonNode
    • Constructor Detail

      • JsonContent

        public JsonContent(byte[] rawJsonContent,
         com.fasterxml.jackson.databind.JsonNode jsonNode)
    • Method Detail

      • createJsonContent

        public static JsonContent createJsonContent(HttpResponse httpResponse,
         com.fasterxml.jackson.core.JsonFactory jsonFactory)
        Static factory method to create a JsonContent object from the contents of the HttpResponse provided
      • getRawContent

        public byte[] getRawContent()
      • getJsonNode

        public com.fasterxml.jackson.databind.JsonNode getJsonNode()
Skip navigation links

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