Uses of Interface
software.amazon.awssdk.protocols.json.JsonContentTypeResolver
-
Packages that use JsonContentTypeResolver Package Description software.amazon.awssdk.protocols.json -
-
Uses of JsonContentTypeResolver in software.amazon.awssdk.protocols.json
Classes in software.amazon.awssdk.protocols.json that implement JsonContentTypeResolver Modifier and Type Class Description classDefaultJsonContentTypeResolverPrefers an explicit content type if provided.Fields in software.amazon.awssdk.protocols.json declared as JsonContentTypeResolver Modifier and Type Field Description protected static JsonContentTypeResolverBaseAwsJsonProtocolFactory. AWS_JSONContent type resolver implementation for plain text AWS_JSON services.Methods in software.amazon.awssdk.protocols.json that return JsonContentTypeResolver Modifier and Type Method Description protected JsonContentTypeResolverBaseAwsJsonProtocolFactory. getContentTypeResolver()
-