Uses of Class
software.amazon.awssdk.protocols.json.JsonOperationMetadata.Builder
-
Packages that use JsonOperationMetadata.Builder Package Description software.amazon.awssdk.protocols.json -
-
Uses of JsonOperationMetadata.Builder in software.amazon.awssdk.protocols.json
Methods in software.amazon.awssdk.protocols.json that return JsonOperationMetadata.Builder Modifier and Type Method Description static JsonOperationMetadata.BuilderJsonOperationMetadata. builder()JsonOperationMetadata.BuilderJsonOperationMetadata.Builder. hasStreamingSuccessResponse(boolean hasStreamingSuccessResponse)True if the success response (2xx response) contains a payload that should be treated as streaming.JsonOperationMetadata.BuilderJsonOperationMetadata.Builder. isPayloadJson(boolean payloadJson)True is payload contains JSON content, false if it doesn't (i.e.
-