public class JsonContent extends Object
| Modifier and Type | Method and Description | 
|---|---|
| static JsonContent | createJsonContent(SdkHttpFullResponse httpResponse,
                 software.amazon.awssdk.thirdparty.jackson.core.JsonFactory jsonFactory)Static factory method to create a JsonContent object from the contents of the HttpResponse
 provided | 
| JsonNode | getJsonNode() | 
| byte[] | getRawContent() | 
public static JsonContent createJsonContent(SdkHttpFullResponse httpResponse, software.amazon.awssdk.thirdparty.jackson.core.JsonFactory jsonFactory)
public byte[] getRawContent()
public JsonNode getJsonNode()
Copyright © 2021. All rights reserved.