A B C D E F G H I J L M N O P Q R S T U V W X
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AWS_JSON - software.amazon.awssdk.protocols.json.AwsJsonProtocol
-
RPC protocol that sends all data in the payload as JSON and sends the X-Amz-Target header to indicate the operation to invoke.
- AWS_JSON - Static variable in class software.amazon.awssdk.protocols.json.BaseAwsJsonProtocolFactory
-
Content type resolver implementation for plain text AWS_JSON services.
- AWS_JSON - Static variable in interface software.amazon.awssdk.protocols.json.internal.ProtocolFact
-
Overrides for AWS JSON.
- AwsJsonErrorMessageParser - Class in software.amazon.awssdk.protocols.json.internal.unmarshall
- AwsJsonErrorMessageParser(SdkJsonErrorMessageParser) - Constructor for class software.amazon.awssdk.protocols.json.internal.unmarshall.AwsJsonErrorMessageParser
- AwsJsonProtocol - Enum in software.amazon.awssdk.protocols.json
-
Supported protocols for the new marshalling style.
- AwsJsonProtocolErrorUnmarshaller - Class in software.amazon.awssdk.protocols.json.internal.unmarshall
-
Unmarshaller for AWS specific error responses.
- AwsJsonProtocolErrorUnmarshaller.Builder - Class in software.amazon.awssdk.protocols.json.internal.unmarshall
-
Builder for
AwsJsonProtocolErrorUnmarshaller
. - AwsJsonProtocolFactory - Class in software.amazon.awssdk.protocols.json
-
Factory to generate the various JSON protocol handlers and generators to be used for communicating with the service.
- AwsJsonProtocolFactory(AwsJsonProtocolFactory.Builder) - Constructor for class software.amazon.awssdk.protocols.json.AwsJsonProtocolFactory
- AwsJsonProtocolFactory.Builder - Class in software.amazon.awssdk.protocols.json
-
Builder for
AwsJsonProtocolFactory
. - AwsJsonProtocolMetadata - Class in software.amazon.awssdk.protocols.json
-
Provides additional metadata about AWS Json protocol.
- AwsJsonProtocolMetadata.Builder - Class in software.amazon.awssdk.protocols.json
- AwsJsonResponseHandler<T> - Class in software.amazon.awssdk.protocols.json.internal.unmarshall
- AwsJsonResponseHandler(HttpResponseHandler<T>) - Constructor for class software.amazon.awssdk.protocols.json.internal.unmarshall.AwsJsonResponseHandler
- AwsStructuredPlainJsonFactory - Class in software.amazon.awssdk.protocols.json.internal
-
Creates generators and protocol handlers for plain text JSON wire format.
- AwsStructuredPlainJsonFactory() - Constructor for class software.amazon.awssdk.protocols.json.internal.AwsStructuredPlainJsonFactory
B
- BaseAwsJsonProtocolFactory - Class in software.amazon.awssdk.protocols.json
- BaseAwsJsonProtocolFactory(BaseAwsJsonProtocolFactory.Builder<?>) - Constructor for class software.amazon.awssdk.protocols.json.BaseAwsJsonProtocolFactory
- BaseAwsJsonProtocolFactory.Builder<SubclassT extends BaseAwsJsonProtocolFactory.Builder> - Class in software.amazon.awssdk.protocols.json
-
Builder for
AwsJsonProtocolFactory
. - BaseAwsStructuredJsonFactory - Class in software.amazon.awssdk.protocols.json
-
Generic implementation of a structured JSON factory that is pluggable for different variants of JSON.
- BaseAwsStructuredJsonFactory(JsonFactory) - Constructor for class software.amazon.awssdk.protocols.json.BaseAwsStructuredJsonFactory
- BIG_DECIMAL - Static variable in class software.amazon.awssdk.protocols.json.internal.marshall.SimpleTypeJsonMarshaller
- BOOLEAN - Static variable in class software.amazon.awssdk.protocols.json.internal.marshall.HeaderMarshaller
- BOOLEAN - Static variable in class software.amazon.awssdk.protocols.json.internal.marshall.QueryParamMarshaller
- BOOLEAN - Static variable in class software.amazon.awssdk.protocols.json.internal.marshall.SimpleTypeJsonMarshaller
- build() - Method in class software.amazon.awssdk.protocols.json.AwsJsonProtocolFactory.Builder
- build() - Method in class software.amazon.awssdk.protocols.json.AwsJsonProtocolMetadata.Builder
- build() - Method in class software.amazon.awssdk.protocols.json.internal.marshall.JsonMarshallerContext.Builder
- build() - Method in class software.amazon.awssdk.protocols.json.internal.marshall.JsonMarshallerRegistry.Builder
- build() - Method in class software.amazon.awssdk.protocols.json.internal.marshall.JsonProtocolMarshallerBuilder
- build() - Method in class software.amazon.awssdk.protocols.json.internal.unmarshall.AwsJsonProtocolErrorUnmarshaller.Builder
- build() - Method in class software.amazon.awssdk.protocols.json.internal.unmarshall.DefaultJsonUnmarshallerRegistry.Builder
- build() - Method in class software.amazon.awssdk.protocols.json.internal.unmarshall.DefaultProtocolUnmarshallDependencies.Builder
- build() - Method in class software.amazon.awssdk.protocols.json.internal.unmarshall.JsonProtocolUnmarshaller.Builder
- build() - Method in class software.amazon.awssdk.protocols.json.internal.unmarshall.JsonUnmarshallerContext.Builder
- build() - Method in class software.amazon.awssdk.protocols.json.JsonOperationMetadata.Builder
- builder() - Static method in class software.amazon.awssdk.protocols.json.AwsJsonProtocolFactory
- builder() - Static method in class software.amazon.awssdk.protocols.json.AwsJsonProtocolMetadata
- builder() - Static method in class software.amazon.awssdk.protocols.json.internal.marshall.JsonMarshallerContext
- builder() - Static method in class software.amazon.awssdk.protocols.json.internal.marshall.JsonMarshallerRegistry
- builder() - Static method in class software.amazon.awssdk.protocols.json.internal.unmarshall.AwsJsonProtocolErrorUnmarshaller
- builder() - Static method in class software.amazon.awssdk.protocols.json.internal.unmarshall.DefaultJsonUnmarshallerRegistry
- builder() - Static method in class software.amazon.awssdk.protocols.json.internal.unmarshall.DefaultProtocolUnmarshallDependencies
- builder() - Static method in class software.amazon.awssdk.protocols.json.internal.unmarshall.JsonProtocolUnmarshaller
- builder() - Static method in class software.amazon.awssdk.protocols.json.internal.unmarshall.JsonUnmarshallerContext
- builder() - Static method in class software.amazon.awssdk.protocols.json.JsonOperationMetadata
- Builder() - Constructor for class software.amazon.awssdk.protocols.json.BaseAwsJsonProtocolFactory.Builder
- Builder() - Constructor for class software.amazon.awssdk.protocols.json.internal.unmarshall.DefaultProtocolUnmarshallDependencies.Builder
- BYTE - Static variable in class software.amazon.awssdk.protocols.json.internal.marshall.HeaderMarshaller
- BYTE - Static variable in class software.amazon.awssdk.protocols.json.internal.marshall.QueryParamMarshaller
- BYTE - Static variable in class software.amazon.awssdk.protocols.json.internal.marshall.SimpleTypeJsonMarshaller
- BYTE - Static variable in class software.amazon.awssdk.protocols.json.internal.marshall.SimpleTypePathMarshaller
C
- clientConfiguration(SdkClientConfiguration) - Method in class software.amazon.awssdk.protocols.json.BaseAwsJsonProtocolFactory.Builder
-
Sets the
SdkClientConfiguration
which contains the service endpoint. - contentType() - Method in class software.amazon.awssdk.protocols.json.AwsJsonProtocolMetadata
- contentType(String) - Method in class software.amazon.awssdk.protocols.json.AwsJsonProtocolMetadata.Builder
- contentType(String) - Method in class software.amazon.awssdk.protocols.json.BaseAwsJsonProtocolFactory.Builder
-
ContentType of the client (By default it is used from
BaseAwsJsonProtocolFactory.AWS_JSON
). - contentType(String) - Method in class software.amazon.awssdk.protocols.json.internal.marshall.JsonProtocolMarshallerBuilder
- create() - Static method in class software.amazon.awssdk.protocols.json.internal.marshall.JsonProtocolMarshallerBuilder
- createErrorResponseHandler(JsonOperationMetadata) - Method in class software.amazon.awssdk.protocols.json.BaseAwsJsonProtocolFactory
-
Creates a response handler for handling a error response (non 2xx response).
- createJsonContent(SdkHttpFullResponse, JsonFactory) - Static method in class software.amazon.awssdk.protocols.json.JsonContent
-
Static factory method to create a JsonContent object from the contents of the HttpResponse provided
- createProtocolMarshaller(OperationInfo) - Method in class software.amazon.awssdk.protocols.json.BaseAwsJsonProtocolFactory
- createResponseHandler(JsonOperationMetadata, Function<SdkHttpFullResponse, SdkPojo>) - Method in class software.amazon.awssdk.protocols.json.BaseAwsJsonProtocolFactory
-
Creates a new response handler with the given
JsonOperationMetadata
and a supplier of the POJO response type. - createResponseHandler(JsonOperationMetadata, Supplier<SdkPojo>) - Method in class software.amazon.awssdk.protocols.json.BaseAwsJsonProtocolFactory
-
Creates a new response handler with the given
JsonOperationMetadata
and a supplier of the POJO response type. - createSharedRegistry() - Static method in class software.amazon.awssdk.protocols.json.internal.unmarshall.JsonProtocolUnmarshaller
- createWriter(String) - Method in class software.amazon.awssdk.protocols.json.BaseAwsStructuredJsonFactory
- createWriter(String) - Method in interface software.amazon.awssdk.protocols.json.StructuredJsonFactory
-
Returns the
StructuredJsonGenerator
to be used for marshalling the request. - createWriter(JsonFactory, String) - Method in class software.amazon.awssdk.protocols.json.BaseAwsStructuredJsonFactory
- customErrorCodeFieldName(String) - Method in class software.amazon.awssdk.protocols.json.BaseAwsJsonProtocolFactory.Builder
-
Custom field name containing the error code that identifies the exception.
D
- DEFAULT - Static variable in interface software.amazon.awssdk.protocols.json.internal.ProtocolFact
-
Defaults used by all protocols that do not have overrides.
- DEFAULT_ERROR_MESSAGE_PARSER - Static variable in class software.amazon.awssdk.protocols.json.internal.unmarshall.AwsJsonErrorMessageParser
- DEFAULT_ERROR_MESSAGE_PARSER - Static variable in class software.amazon.awssdk.protocols.json.internal.unmarshall.SdkJsonErrorMessageParser
-
Standard JSON Error Message Parser that checks for JSON fields in this order: 'message', 'Message', 'errorMessage'
- defaultExceptionSupplier(Supplier<SdkPojo>) - Method in class software.amazon.awssdk.protocols.json.internal.unmarshall.AwsJsonProtocolErrorUnmarshaller.Builder
-
Default exception type if "error code" does not match any known modeled exception.
- DefaultJsonContentTypeResolver - Class in software.amazon.awssdk.protocols.json
-
Prefers an explicit content type if provided.
- DefaultJsonContentTypeResolver(String) - Constructor for class software.amazon.awssdk.protocols.json.DefaultJsonContentTypeResolver
- DefaultJsonUnmarshallerRegistry - Class in software.amazon.awssdk.protocols.json.internal.unmarshall
-
Registry of
JsonUnmarshaller
implementations by location and type. - DefaultJsonUnmarshallerRegistry.Builder - Class in software.amazon.awssdk.protocols.json.internal.unmarshall
-
Builder for a
DefaultJsonUnmarshallerRegistry
. - defaultProtocolUnmarshallDependencies() - Static method in class software.amazon.awssdk.protocols.json.internal.unmarshall.JsonProtocolUnmarshaller
- DefaultProtocolUnmarshallDependencies - Class in software.amazon.awssdk.protocols.json.internal.unmarshall
- DefaultProtocolUnmarshallDependencies.Builder - Class in software.amazon.awssdk.protocols.json.internal.unmarshall
- defaultServiceExceptionSupplier(Supplier<SdkPojo>) - Method in class software.amazon.awssdk.protocols.json.BaseAwsJsonProtocolFactory.Builder
-
A supplier for the services base exception builder.
- defaultTimestampFormats(Map<MarshallLocation, TimestampFormatTrait.Format>) - Method in class software.amazon.awssdk.protocols.json.internal.unmarshall.JsonProtocolUnmarshaller.Builder
-
Deprecated.Use instead
JsonProtocolUnmarshaller.Builder.protocolUnmarshallDependencies
- DOCUMENT - Static variable in class software.amazon.awssdk.protocols.json.internal.marshall.SimpleTypeJsonMarshaller
-
Marshalls Document type members by visiting the document using DocumentTypeJsonMarshaller.
- DocumentTypeJsonMarshaller - Class in software.amazon.awssdk.protocols.json.internal.marshall
- DocumentTypeJsonMarshaller(StructuredJsonGenerator) - Constructor for class software.amazon.awssdk.protocols.json.internal.marshall.DocumentTypeJsonMarshaller
- DocumentUnmarshaller - Class in software.amazon.awssdk.protocols.json.internal.unmarshall.document
- DocumentUnmarshaller() - Constructor for class software.amazon.awssdk.protocols.json.internal.unmarshall.document.DocumentUnmarshaller
- DOUBLE - Static variable in class software.amazon.awssdk.protocols.json.internal.marshall.HeaderMarshaller
- DOUBLE - Static variable in class software.amazon.awssdk.protocols.json.internal.marshall.QueryParamMarshaller
- DOUBLE - Static variable in class software.amazon.awssdk.protocols.json.internal.marshall.SimpleTypeJsonMarshaller
E
- endpoint(URI) - Method in class software.amazon.awssdk.protocols.json.internal.marshall.JsonProtocolMarshallerBuilder
- errorCodeParser(ErrorCodeParser) - Method in class software.amazon.awssdk.protocols.json.internal.unmarshall.AwsJsonProtocolErrorUnmarshaller.Builder
-
Implementation of
ErrorCodeParser
that can extract an error code or type from the JSON response. - ErrorCodeParser - Interface in software.amazon.awssdk.protocols.json
-
Error code parser to parse error code from the response returned by AWS services.
- errorMessageParser(ErrorMessageParser) - Method in class software.amazon.awssdk.protocols.json.internal.unmarshall.AwsJsonProtocolErrorUnmarshaller.Builder
-
Implementation that can extract an error message from the JSON response.
- ErrorMessageParser - Interface in software.amazon.awssdk.protocols.json.internal.unmarshall
- exceptions(List<ExceptionMetadata>) - Method in class software.amazon.awssdk.protocols.json.internal.unmarshall.AwsJsonProtocolErrorUnmarshaller.Builder
-
List of
ExceptionMetadata
to represent the modeled exceptions for the service. - extraHeaders() - Method in interface software.amazon.awssdk.protocols.json.internal.ProtocolFact
-
Returns a configured set of headers to be added to each request of the protocol.
F
- FLOAT - Static variable in class software.amazon.awssdk.protocols.json.internal.marshall.HeaderMarshaller
- FLOAT - Static variable in class software.amazon.awssdk.protocols.json.internal.marshall.QueryParamMarshaller
- FLOAT - Static variable in class software.amazon.awssdk.protocols.json.internal.marshall.SimpleTypeJsonMarshaller
- from(AwsJsonProtocol) - Static method in interface software.amazon.awssdk.protocols.json.internal.ProtocolFact
-
Returns the object representing a collection of facts for each protocol.
G
- GENERATES_BODY - Static variable in class software.amazon.awssdk.protocols.json.BaseAwsJsonProtocolFactory
-
Used by operations that do not serialize the input, e.g., when the input is not defined in the model.
- generatesBody(OperationInfo) - Method in interface software.amazon.awssdk.protocols.json.internal.ProtocolFact
-
Returns true if the operation generates a body, false otherwise.
- get() - Method in interface software.amazon.awssdk.protocols.json.internal.unmarshall.UnmarshallerRegistryFactory
-
Returns a unmarshaller registry that uses the default timestamp formats passed in.
- getBytes() - Method in class software.amazon.awssdk.protocols.json.SdkJsonGenerator
-
Get the JSON content as a UTF-8 encoded byte array.
- getBytes() - Method in interface software.amazon.awssdk.protocols.json.StructuredJsonGenerator
- getContentType() - Method in class software.amazon.awssdk.protocols.json.BaseAwsJsonProtocolFactory
- getContentType() - Method in class software.amazon.awssdk.protocols.json.SdkJsonGenerator
- getContentType() - Method in interface software.amazon.awssdk.protocols.json.StructuredJsonGenerator
-
Deprecated.
- getContentTypeResolver() - Method in class software.amazon.awssdk.protocols.json.BaseAwsJsonProtocolFactory
- getDefaultTimestampFormats() - Method in class software.amazon.awssdk.protocols.json.BaseAwsJsonProtocolFactory
- getErrorCodeParser(String) - Method in class software.amazon.awssdk.protocols.json.BaseAwsStructuredJsonFactory
- getErrorCodeParser(String) - Method in interface software.amazon.awssdk.protocols.json.StructuredJsonFactory
- getGenerator() - Method in class software.amazon.awssdk.protocols.json.SdkJsonGenerator
- getJsonFactory() - Method in interface software.amazon.awssdk.protocols.json.StructuredJsonFactory
- getJsonNode() - Method in class software.amazon.awssdk.protocols.json.JsonContent
- getMarshaller(MarshallLocation, MarshallingType<T>, Object) - Method in class software.amazon.awssdk.protocols.json.internal.marshall.JsonMarshallerRegistry
- getMarshaller(MarshallLocation, T) - Method in class software.amazon.awssdk.protocols.json.internal.marshall.JsonMarshallerRegistry
- getRawContent() - Method in class software.amazon.awssdk.protocols.json.JsonContent
- getSdkFactory() - Method in class software.amazon.awssdk.protocols.json.BaseAwsJsonProtocolFactory
- getUnmarshaller(MarshallLocation, MarshallingType<?>) - Method in class software.amazon.awssdk.protocols.json.internal.unmarshall.JsonUnmarshallerContext
-
Lookup the marshaller for the given location andtype.
- getUnmarshaller(MarshallLocation, MarshallingType<T>) - Method in class software.amazon.awssdk.protocols.json.internal.unmarshall.DefaultJsonUnmarshallerRegistry
- getUnmarshaller(MarshallLocation, MarshallingType<T>) - Method in interface software.amazon.awssdk.protocols.json.internal.unmarshall.JsonUnmarshallerRegistry
-
Returns the unmarshaller for the given location and type.
- GREEDY_STRING - Static variable in class software.amazon.awssdk.protocols.json.internal.marshall.SimpleTypePathMarshaller
-
Marshallers for Strings bound to a greedy path param.
- greedyPathParamMarshaller(MarshallingType<T>, JsonMarshaller<T>) - Method in class software.amazon.awssdk.protocols.json.internal.marshall.JsonMarshallerRegistry.Builder
H
- handle(SdkHttpFullResponse, ExecutionAttributes) - Method in class software.amazon.awssdk.protocols.json.internal.unmarshall.AwsJsonProtocolErrorUnmarshaller
- handle(SdkHttpFullResponse, ExecutionAttributes) - Method in class software.amazon.awssdk.protocols.json.internal.unmarshall.AwsJsonResponseHandler
- handle(SdkHttpFullResponse, ExecutionAttributes) - Method in class software.amazon.awssdk.protocols.json.internal.unmarshall.JsonResponseHandler
- hasAwsQueryCompatible(boolean) - Method in class software.amazon.awssdk.protocols.json.BaseAwsJsonProtocolFactory.Builder
-
Provides a check on whether AwsQueryCompatible trait is found in Metadata.
- hasAwsQueryCompatible(boolean) - Method in class software.amazon.awssdk.protocols.json.internal.unmarshall.AwsJsonProtocolErrorUnmarshaller.Builder
-
Provides a check on whether AwsQueryCompatible trait is found in Metadata.
- hasStreamingSuccessResponse() - Method in class software.amazon.awssdk.protocols.json.JsonOperationMetadata
- hasStreamingSuccessResponse(boolean) - Method in class software.amazon.awssdk.protocols.json.JsonOperationMetadata.Builder
-
True if the success response (2xx response) contains a payload that should be treated as streaming.
- headerMarshaller(MarshallingType<T>, JsonMarshaller<T>) - Method in class software.amazon.awssdk.protocols.json.internal.marshall.JsonMarshallerRegistry.Builder
- HeaderMarshaller - Class in software.amazon.awssdk.protocols.json.internal.marshall
- headerUnmarshaller(MarshallingType<T>, JsonUnmarshaller<T>) - Method in class software.amazon.awssdk.protocols.json.internal.unmarshall.DefaultJsonUnmarshallerRegistry.Builder
- HTTP_EXTRA_HEADERS - Static variable in class software.amazon.awssdk.protocols.json.BaseAwsJsonProtocolFactory
-
Attribute for a protocol to configure extra headers for the operation.
I
- INSTANT - Static variable in class software.amazon.awssdk.protocols.json.internal.marshall.HeaderMarshaller
- INSTANT - Static variable in class software.amazon.awssdk.protocols.json.internal.marshall.QueryParamMarshaller
- INSTANT - Static variable in class software.amazon.awssdk.protocols.json.internal.marshall.SimpleTypeJsonMarshaller
- INSTANT_VALUE_TO_STRING - Static variable in class software.amazon.awssdk.protocols.json.internal.marshall.JsonProtocolMarshaller
- INTEGER - Static variable in class software.amazon.awssdk.protocols.json.internal.marshall.HeaderMarshaller
- INTEGER - Static variable in class software.amazon.awssdk.protocols.json.internal.marshall.QueryParamMarshaller
- INTEGER - Static variable in class software.amazon.awssdk.protocols.json.internal.marshall.SimpleTypeJsonMarshaller
- INTEGER - Static variable in class software.amazon.awssdk.protocols.json.internal.marshall.SimpleTypePathMarshaller
- isInUri(MarshallLocation) - Static method in class software.amazon.awssdk.protocols.json.internal.MarshallerUtil
- isPayloadJson() - Method in class software.amazon.awssdk.protocols.json.JsonOperationMetadata
- isPayloadJson(boolean) - Method in class software.amazon.awssdk.protocols.json.JsonOperationMetadata.Builder
-
True is payload contains JSON content, false if it doesn't (i.e.
J
- JsonContent - Class in software.amazon.awssdk.protocols.json
-
Simple struct like class to hold both the raw json string content and it's parsed JsonNode
- JsonContentTypeResolver - Interface in software.amazon.awssdk.protocols.json
-
Interface to compute the content type to send in requests for JSON based protocols.
- JsonErrorCodeParser - Class in software.amazon.awssdk.protocols.json.internal.unmarshall
- JsonErrorCodeParser(String) - Constructor for class software.amazon.awssdk.protocols.json.internal.unmarshall.JsonErrorCodeParser
- jsonFactory() - Method in class software.amazon.awssdk.protocols.json.internal.unmarshall.DefaultProtocolUnmarshallDependencies
- jsonFactory() - Method in interface software.amazon.awssdk.protocols.json.internal.unmarshall.ProtocolUnmarshallDependencies
-
Used to parse JSON using Jackson.
- jsonFactory(JsonFactory) - Method in class software.amazon.awssdk.protocols.json.internal.unmarshall.AwsJsonProtocolErrorUnmarshaller.Builder
-
JSON Factory to create a JSON parser.
- jsonFactory(JsonFactory) - Method in class software.amazon.awssdk.protocols.json.internal.unmarshall.DefaultProtocolUnmarshallDependencies.Builder
- JsonGenerationException(Throwable) - Constructor for exception software.amazon.awssdk.protocols.json.SdkJsonGenerator.JsonGenerationException
- jsonGenerator() - Method in class software.amazon.awssdk.protocols.json.internal.marshall.JsonMarshallerContext
- jsonGenerator(StructuredJsonGenerator) - Method in class software.amazon.awssdk.protocols.json.internal.marshall.JsonMarshallerContext.Builder
- jsonGenerator(StructuredJsonGenerator) - Method in class software.amazon.awssdk.protocols.json.internal.marshall.JsonProtocolMarshallerBuilder
-
Sets the implementation of
StructuredJsonGenerator
which allows writing JSON or JSON like (i.e. - JsonMarshaller<T> - Interface in software.amazon.awssdk.protocols.json.internal.marshall
-
Interface to marshall data according to the JSON protocol specification.
- JsonMarshallerContext - Class in software.amazon.awssdk.protocols.json.internal.marshall
-
Dependencies needed by implementations of
JsonMarshaller
. - JsonMarshallerContext.Builder - Class in software.amazon.awssdk.protocols.json.internal.marshall
-
Builder for a
JsonMarshallerContext
. - JsonMarshallerRegistry - Class in software.amazon.awssdk.protocols.json.internal.marshall
-
Marshaller registry for JSON based protocols.
- JsonMarshallerRegistry.Builder - Class in software.amazon.awssdk.protocols.json.internal.marshall
-
Builder for a
JsonMarshallerRegistry
. - JsonOperationMetadata - Class in software.amazon.awssdk.protocols.json
-
Contains various information needed to create a
JsonResponseHandler
for the client. - JsonOperationMetadata.Builder - Class in software.amazon.awssdk.protocols.json
-
Builder for
JsonOperationMetadata
. - JsonProtocolMarshaller - Class in software.amazon.awssdk.protocols.json.internal.marshall
-
Implementation of
ProtocolMarshaller
for JSON based services. - JsonProtocolMarshallerBuilder - Class in software.amazon.awssdk.protocols.json.internal.marshall
-
Builder to create an appropriate implementation of
ProtocolMarshaller
for JSON based services. - jsonProtocolUnmarshaller(JsonProtocolUnmarshaller) - Method in class software.amazon.awssdk.protocols.json.internal.unmarshall.AwsJsonProtocolErrorUnmarshaller.Builder
-
Underlying response unmarshaller.
- JsonProtocolUnmarshaller - Class in software.amazon.awssdk.protocols.json.internal.unmarshall
-
Unmarshaller implementation for both JSON RPC and REST JSON services.
- JsonProtocolUnmarshaller.Builder - Class in software.amazon.awssdk.protocols.json.internal.unmarshall
-
Builder for
JsonProtocolUnmarshaller
. - JsonResponseHandler<T extends SdkPojo> - Class in software.amazon.awssdk.protocols.json.internal.unmarshall
-
Default implementation of HttpResponseHandler that handles a successful response from a service and unmarshalls the result using a JSON unmarshaller.
- JsonResponseHandler(JsonProtocolUnmarshaller, Function<SdkHttpFullResponse, SdkPojo>, boolean, boolean) - Constructor for class software.amazon.awssdk.protocols.json.internal.unmarshall.JsonResponseHandler
-
Constructs a new response handler that will use the specified JSON unmarshaller to unmarshall the service response and uses the specified response element path to find the root of the business data in the service's response.
- JsonUnmarshaller<T> - Interface in software.amazon.awssdk.protocols.json.internal.unmarshall
-
Interface for unmarshalling a field from a JSON based service.
- JsonUnmarshallerContext - Class in software.amazon.awssdk.protocols.json.internal.unmarshall
-
Dependencies needed by implementations of
JsonUnmarshaller
. - JsonUnmarshallerContext.Builder - Class in software.amazon.awssdk.protocols.json.internal.unmarshall
-
Builder for a
JsonUnmarshallerContext
. - jsonUnmarshallerRegistry() - Method in class software.amazon.awssdk.protocols.json.internal.unmarshall.DefaultProtocolUnmarshallDependencies
- jsonUnmarshallerRegistry() - Method in interface software.amazon.awssdk.protocols.json.internal.unmarshall.ProtocolUnmarshallDependencies
-
Used for unmarshalling.
- jsonUnmarshallerRegistry(JsonUnmarshallerRegistry) - Method in class software.amazon.awssdk.protocols.json.internal.unmarshall.DefaultProtocolUnmarshallDependencies.Builder
- JsonUnmarshallerRegistry - Interface in software.amazon.awssdk.protocols.json.internal.unmarshall
-
Registry of
JsonUnmarshaller
implementations by location and type.
L
- LIST - Static variable in class software.amazon.awssdk.protocols.json.internal.marshall.HeaderMarshaller
- LIST - Static variable in class software.amazon.awssdk.protocols.json.internal.marshall.QueryParamMarshaller
- LIST - Static variable in class software.amazon.awssdk.protocols.json.internal.marshall.SimpleTypeJsonMarshaller
- LONG - Static variable in class software.amazon.awssdk.protocols.json.internal.marshall.HeaderMarshaller
- LONG - Static variable in class software.amazon.awssdk.protocols.json.internal.marshall.QueryParamMarshaller
- LONG - Static variable in class software.amazon.awssdk.protocols.json.internal.marshall.SimpleTypeJsonMarshaller
- LONG - Static variable in class software.amazon.awssdk.protocols.json.internal.marshall.SimpleTypePathMarshaller
M
- MAP - Static variable in class software.amazon.awssdk.protocols.json.internal.marshall.QueryParamMarshaller
- MAP - Static variable in class software.amazon.awssdk.protocols.json.internal.marshall.SimpleTypeJsonMarshaller
-
Marshalls a Map as a JSON object where each key becomes a field.
- marshall(MarshallLocation, Object) - Method in class software.amazon.awssdk.protocols.json.internal.marshall.JsonMarshallerContext
-
Convenience method to marshall a nested object (may be simple or structured) at the given location.
- marshall(MarshallLocation, T, String) - Method in class software.amazon.awssdk.protocols.json.internal.marshall.JsonMarshallerContext
-
Convenience method to marshall a nested object (may be simple or structured) at the given location.
- marshall(SdkPojo) - Method in class software.amazon.awssdk.protocols.json.internal.marshall.JsonProtocolMarshaller
- marshall(SdkPojo) - Method in class software.amazon.awssdk.protocols.json.internal.marshall.NullAsEmptyBodyProtocolRequestMarshaller
- marshall(T, JsonMarshallerContext, String, SdkField<T>) - Method in interface software.amazon.awssdk.protocols.json.internal.marshall.JsonMarshaller
-
Marshall the data into the request.
- marshallerRegistry() - Method in class software.amazon.awssdk.protocols.json.internal.marshall.JsonMarshallerContext
- marshallerRegistry(JsonMarshallerRegistry) - Method in class software.amazon.awssdk.protocols.json.internal.marshall.JsonMarshallerContext.Builder
- MarshallerUtil - Class in software.amazon.awssdk.protocols.json.internal
N
- needsConnectionLeftOpen() - Method in class software.amazon.awssdk.protocols.json.internal.unmarshall.JsonResponseHandler
- newProtocolUnmarshallDependencies() - Static method in class software.amazon.awssdk.protocols.json.internal.unmarshall.JsonProtocolUnmarshaller
- NO_OP - Static variable in interface software.amazon.awssdk.protocols.json.StructuredJsonGenerator
-
No-op implementation that ignores all calls and returns empty bytes from getBytes.
- nodeValueFactory() - Method in class software.amazon.awssdk.protocols.json.internal.unmarshall.DefaultProtocolUnmarshallDependencies
- nodeValueFactory() - Method in interface software.amazon.awssdk.protocols.json.internal.unmarshall.ProtocolUnmarshallDependencies
-
Used for parsing.
- nodeValueFactory(JsonValueNodeFactory) - Method in class software.amazon.awssdk.protocols.json.internal.unmarshall.DefaultProtocolUnmarshallDependencies.Builder
- NULL - Static variable in class software.amazon.awssdk.protocols.json.internal.marshall.HeaderMarshaller
- NULL - Static variable in interface software.amazon.awssdk.protocols.json.internal.marshall.JsonMarshaller
- NULL - Static variable in class software.amazon.awssdk.protocols.json.internal.marshall.QueryParamMarshaller
- NULL - Static variable in class software.amazon.awssdk.protocols.json.internal.marshall.SimpleTypeJsonMarshaller
- NULL - Static variable in class software.amazon.awssdk.protocols.json.internal.marshall.SimpleTypePathMarshaller
- NullAsEmptyBodyProtocolRequestMarshaller - Class in software.amazon.awssdk.protocols.json.internal.marshall
-
AWS services expect an empty body when the payload member is null instead of an explicit JSON null.
- NullAsEmptyBodyProtocolRequestMarshaller(ProtocolMarshaller<SdkHttpFullRequest>) - Constructor for class software.amazon.awssdk.protocols.json.internal.marshall.NullAsEmptyBodyProtocolRequestMarshaller
O
- operationInfo(OperationInfo) - Method in class software.amazon.awssdk.protocols.json.internal.marshall.JsonProtocolMarshallerBuilder
P
- parseErrorCode(SdkHttpFullResponse, JsonContent) - Method in interface software.amazon.awssdk.protocols.json.ErrorCodeParser
- parseErrorCode(SdkHttpFullResponse, JsonContent) - Method in class software.amazon.awssdk.protocols.json.internal.unmarshall.JsonErrorCodeParser
-
Parse the error code from the response.
- parseErrorMessage(SdkHttpFullResponse, JsonNode) - Method in class software.amazon.awssdk.protocols.json.internal.unmarshall.AwsJsonErrorMessageParser
-
Parse the error message from the response.
- parseErrorMessage(SdkHttpFullResponse, JsonNode) - Method in interface software.amazon.awssdk.protocols.json.internal.unmarshall.ErrorMessageParser
- parseErrorMessage(SdkHttpFullResponse, JsonNode) - Method in class software.amazon.awssdk.protocols.json.internal.unmarshall.SdkJsonErrorMessageParser
-
Parse the error message from the response.
- parser(JsonNodeParser) - Method in class software.amazon.awssdk.protocols.json.internal.unmarshall.JsonProtocolUnmarshaller.Builder
- pathParamMarshaller(MarshallingType<T>, JsonMarshaller<T>) - Method in class software.amazon.awssdk.protocols.json.internal.marshall.JsonMarshallerRegistry.Builder
- payloadMarshaller(MarshallingType<T>, JsonMarshaller<T>) - Method in class software.amazon.awssdk.protocols.json.internal.marshall.JsonMarshallerRegistry.Builder
- payloadUnmarshaller(MarshallingType<T>, JsonUnmarshaller<T>) - Method in class software.amazon.awssdk.protocols.json.internal.unmarshall.DefaultJsonUnmarshallerRegistry.Builder
- protocol() - Method in class software.amazon.awssdk.protocols.json.AwsJsonProtocolMetadata
- protocol(AwsJsonProtocol) - Method in class software.amazon.awssdk.protocols.json.AwsJsonProtocolMetadata.Builder
- protocol(AwsJsonProtocol) - Method in class software.amazon.awssdk.protocols.json.BaseAwsJsonProtocolFactory.Builder
- ProtocolFact - Interface in software.amazon.awssdk.protocols.json.internal
-
Represents know static facts about each protocol.
- protocolHandler() - Method in class software.amazon.awssdk.protocols.json.internal.marshall.JsonMarshallerContext
- protocolHandler(JsonProtocolMarshaller) - Method in class software.amazon.awssdk.protocols.json.internal.marshall.JsonMarshallerContext.Builder
- protocolMetadata(AwsJsonProtocolMetadata) - Method in class software.amazon.awssdk.protocols.json.internal.marshall.JsonProtocolMarshallerBuilder
- protocolUnmarshallDependencies - Variable in class software.amazon.awssdk.protocols.json.BaseAwsJsonProtocolFactory.Builder
- protocolUnmarshallDependencies(Supplier<ProtocolUnmarshallDependencies>) - Method in class software.amazon.awssdk.protocols.json.BaseAwsJsonProtocolFactory.Builder
-
Provides the unmarshalling dependencies instance.
- protocolUnmarshallDependencies(ProtocolUnmarshallDependencies) - Method in class software.amazon.awssdk.protocols.json.internal.unmarshall.JsonProtocolUnmarshaller.Builder
- ProtocolUnmarshallDependencies - Interface in software.amazon.awssdk.protocols.json.internal.unmarshall
- protocolVersion() - Method in class software.amazon.awssdk.protocols.json.AwsJsonProtocolMetadata
- protocolVersion(String) - Method in class software.amazon.awssdk.protocols.json.AwsJsonProtocolMetadata.Builder
- protocolVersion(String) - Method in class software.amazon.awssdk.protocols.json.BaseAwsJsonProtocolFactory.Builder
-
Protocol version of the client (right now supports JSON 1.0 and JSON 1.1).
Q
- queryParamMarshaller(MarshallingType<T>, JsonMarshaller<T>) - Method in class software.amazon.awssdk.protocols.json.internal.marshall.JsonMarshallerRegistry.Builder
- QueryParamMarshaller - Class in software.amazon.awssdk.protocols.json.internal.marshall
R
- registerModeledException(ExceptionMetadata) - Method in class software.amazon.awssdk.protocols.json.BaseAwsJsonProtocolFactory.Builder
-
Registers a new modeled exception by the error code.
- request() - Method in class software.amazon.awssdk.protocols.json.internal.marshall.JsonMarshallerContext
- request(SdkHttpFullRequest.Builder) - Method in class software.amazon.awssdk.protocols.json.internal.marshall.JsonMarshallerContext.Builder
- resolveContentType(AwsJsonProtocolMetadata) - Method in class software.amazon.awssdk.protocols.json.DefaultJsonContentTypeResolver
- resolveContentType(AwsJsonProtocolMetadata) - Method in interface software.amazon.awssdk.protocols.json.JsonContentTypeResolver
-
Computes content type to send in requests.
- response() - Method in class software.amazon.awssdk.protocols.json.internal.unmarshall.JsonUnmarshallerContext
- response(SdkHttpFullResponse) - Method in class software.amazon.awssdk.protocols.json.internal.unmarshall.JsonUnmarshallerContext.Builder
- REST_JSON - software.amazon.awssdk.protocols.json.AwsJsonProtocol
-
Protocol that supports RESTful bindings.
S
- SDK_BYTES - Static variable in class software.amazon.awssdk.protocols.json.internal.marshall.SimpleTypeJsonMarshaller
- SDK_JSON_FACTORY - Static variable in class software.amazon.awssdk.protocols.json.internal.AwsStructuredPlainJsonFactory
- SDK_POJO - Static variable in class software.amazon.awssdk.protocols.json.internal.marshall.SimpleTypeJsonMarshaller
- SdkJsonErrorMessageParser - Class in software.amazon.awssdk.protocols.json.internal.unmarshall
- SdkJsonGenerator - Class in software.amazon.awssdk.protocols.json
-
Thin wrapper around Jackson's JSON generator.
- SdkJsonGenerator(JsonFactory, String) - Constructor for class software.amazon.awssdk.protocols.json.SdkJsonGenerator
- SdkJsonGenerator.JsonGenerationException - Exception in software.amazon.awssdk.protocols.json
-
Indicates an issue writing JSON content.
- sendExplicitNullForPayload(boolean) - Method in class software.amazon.awssdk.protocols.json.internal.marshall.JsonProtocolMarshallerBuilder
- SHORT - Static variable in class software.amazon.awssdk.protocols.json.internal.marshall.HeaderMarshaller
- SHORT - Static variable in class software.amazon.awssdk.protocols.json.internal.marshall.QueryParamMarshaller
- SHORT - Static variable in class software.amazon.awssdk.protocols.json.internal.marshall.SimpleTypeJsonMarshaller
- SHORT - Static variable in class software.amazon.awssdk.protocols.json.internal.marshall.SimpleTypePathMarshaller
- SimpleTypeJsonMarshaller - Class in software.amazon.awssdk.protocols.json.internal.marshall
- SimpleTypePathMarshaller - Class in software.amazon.awssdk.protocols.json.internal.marshall
- SMITHY_RPC_V2_CBOR - software.amazon.awssdk.protocols.json.AwsJsonProtocol
-
RPC protocol that sends all data in the payload as CBOR encoded JSON.
- SMITHY_RPC_V2_CBOR - Static variable in interface software.amazon.awssdk.protocols.json.internal.ProtocolFact
-
Overrides for Smithy RPCv2.
- software.amazon.awssdk.protocols.json - package software.amazon.awssdk.protocols.json
- software.amazon.awssdk.protocols.json.internal - package software.amazon.awssdk.protocols.json.internal
- software.amazon.awssdk.protocols.json.internal.marshall - package software.amazon.awssdk.protocols.json.internal.marshall
- software.amazon.awssdk.protocols.json.internal.unmarshall - package software.amazon.awssdk.protocols.json.internal.unmarshall
- software.amazon.awssdk.protocols.json.internal.unmarshall.document - package software.amazon.awssdk.protocols.json.internal.unmarshall.document
- statusCodeUnmarshaller(MarshallingType<T>, JsonUnmarshaller<T>) - Method in class software.amazon.awssdk.protocols.json.internal.unmarshall.DefaultJsonUnmarshallerRegistry.Builder
- STRING - Static variable in class software.amazon.awssdk.protocols.json.internal.marshall.HeaderMarshaller
- STRING - Static variable in class software.amazon.awssdk.protocols.json.internal.marshall.QueryParamMarshaller
- STRING - Static variable in class software.amazon.awssdk.protocols.json.internal.marshall.SimpleTypeJsonMarshaller
- STRING - Static variable in class software.amazon.awssdk.protocols.json.internal.marshall.SimpleTypePathMarshaller
- StructuredJsonFactory - Interface in software.amazon.awssdk.protocols.json
-
Common interface for creating generators (writers) and protocol handlers for JSON like protocols.
- StructuredJsonGenerator - Interface in software.amazon.awssdk.protocols.json
-
Interface for generating a JSON
T
- timestampFormatRegistryFactory(Map<MarshallLocation, TimestampFormatTrait.Format>) - Static method in class software.amazon.awssdk.protocols.json.internal.unmarshall.JsonProtocolUnmarshaller
-
Creates the default
JsonProtocolUnmarshaller
, which parsesInstant
using the default formats passed in. - timestampFormats() - Method in class software.amazon.awssdk.protocols.json.internal.unmarshall.DefaultProtocolUnmarshallDependencies
- timestampFormats() - Method in interface software.amazon.awssdk.protocols.json.internal.unmarshall.ProtocolUnmarshallDependencies
-
Used to expose this data through the interface.
- timestampFormats(Map<MarshallLocation, TimestampFormatTrait.Format>) - Method in class software.amazon.awssdk.protocols.json.internal.unmarshall.DefaultProtocolUnmarshallDependencies.Builder
- toBuilder() - Method in class software.amazon.awssdk.protocols.json.internal.unmarshall.DefaultJsonUnmarshallerRegistry
-
Returns a builder to modify this registry.
U
- unmarshall(SdkPojo, SdkHttpFullResponse) - Method in class software.amazon.awssdk.protocols.json.internal.unmarshall.JsonProtocolUnmarshaller
- unmarshall(SdkPojo, SdkHttpFullResponse, JsonNode) - Method in class software.amazon.awssdk.protocols.json.internal.unmarshall.JsonProtocolUnmarshaller
- unmarshall(JsonUnmarshallerContext, JsonNode, SdkField<T>) - Method in interface software.amazon.awssdk.protocols.json.internal.unmarshall.JsonUnmarshaller
- unmarshallerRegistry(JsonUnmarshallerRegistry) - Method in class software.amazon.awssdk.protocols.json.internal.unmarshall.JsonUnmarshallerContext.Builder
- UnmarshallerRegistryFactory - Interface in software.amazon.awssdk.protocols.json.internal.unmarshall
-
Interface used to create an
UnmarshallerRegistryFactory
that will unmarshall using the given default formats for each of the locations in the formats map.
V
- valueOf(String) - Static method in enum software.amazon.awssdk.protocols.json.AwsJsonProtocol
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum software.amazon.awssdk.protocols.json.AwsJsonProtocol
-
Returns an array containing the constants of this enum type, in the order they are declared.
- visitArray(List<JsonNode>) - Method in class software.amazon.awssdk.protocols.json.internal.unmarshall.document.DocumentUnmarshaller
- visitBoolean(boolean) - Method in class software.amazon.awssdk.protocols.json.internal.unmarshall.document.DocumentUnmarshaller
- visitBoolean(Boolean) - Method in class software.amazon.awssdk.protocols.json.internal.marshall.DocumentTypeJsonMarshaller
- visitEmbeddedObject(Object) - Method in class software.amazon.awssdk.protocols.json.internal.unmarshall.document.DocumentUnmarshaller
- visitList(List<Document>) - Method in class software.amazon.awssdk.protocols.json.internal.marshall.DocumentTypeJsonMarshaller
- visitMap(Map<String, Document>) - Method in class software.amazon.awssdk.protocols.json.internal.marshall.DocumentTypeJsonMarshaller
- visitNull() - Method in class software.amazon.awssdk.protocols.json.internal.marshall.DocumentTypeJsonMarshaller
- visitNull() - Method in class software.amazon.awssdk.protocols.json.internal.unmarshall.document.DocumentUnmarshaller
- visitNumber(String) - Method in class software.amazon.awssdk.protocols.json.internal.unmarshall.document.DocumentUnmarshaller
- visitNumber(SdkNumber) - Method in class software.amazon.awssdk.protocols.json.internal.marshall.DocumentTypeJsonMarshaller
- visitObject(Map<String, JsonNode>) - Method in class software.amazon.awssdk.protocols.json.internal.unmarshall.document.DocumentUnmarshaller
- visitString(String) - Method in class software.amazon.awssdk.protocols.json.internal.marshall.DocumentTypeJsonMarshaller
- visitString(String) - Method in class software.amazon.awssdk.protocols.json.internal.unmarshall.document.DocumentUnmarshaller
W
- writeEndArray() - Method in class software.amazon.awssdk.protocols.json.SdkJsonGenerator
- writeEndArray() - Method in interface software.amazon.awssdk.protocols.json.StructuredJsonGenerator
- writeEndObject() - Method in class software.amazon.awssdk.protocols.json.SdkJsonGenerator
- writeEndObject() - Method in interface software.amazon.awssdk.protocols.json.StructuredJsonGenerator
- writeFieldName(String) - Method in class software.amazon.awssdk.protocols.json.SdkJsonGenerator
- writeFieldName(String) - Method in interface software.amazon.awssdk.protocols.json.StructuredJsonGenerator
- writeNull() - Method in class software.amazon.awssdk.protocols.json.SdkJsonGenerator
- writeNull() - Method in interface software.amazon.awssdk.protocols.json.StructuredJsonGenerator
- writeNumber(String) - Method in class software.amazon.awssdk.protocols.json.SdkJsonGenerator
- writeNumber(String) - Method in interface software.amazon.awssdk.protocols.json.StructuredJsonGenerator
- writeStartArray() - Method in class software.amazon.awssdk.protocols.json.SdkJsonGenerator
- writeStartArray() - Method in interface software.amazon.awssdk.protocols.json.StructuredJsonGenerator
- writeStartArray(int) - Method in interface software.amazon.awssdk.protocols.json.StructuredJsonGenerator
- writeStartObject() - Method in class software.amazon.awssdk.protocols.json.SdkJsonGenerator
- writeStartObject() - Method in interface software.amazon.awssdk.protocols.json.StructuredJsonGenerator
- writeValue(boolean) - Method in class software.amazon.awssdk.protocols.json.SdkJsonGenerator
- writeValue(boolean) - Method in interface software.amazon.awssdk.protocols.json.StructuredJsonGenerator
- writeValue(byte) - Method in class software.amazon.awssdk.protocols.json.SdkJsonGenerator
- writeValue(byte) - Method in interface software.amazon.awssdk.protocols.json.StructuredJsonGenerator
- writeValue(double) - Method in class software.amazon.awssdk.protocols.json.SdkJsonGenerator
- writeValue(double) - Method in interface software.amazon.awssdk.protocols.json.StructuredJsonGenerator
- writeValue(float) - Method in class software.amazon.awssdk.protocols.json.SdkJsonGenerator
- writeValue(float) - Method in interface software.amazon.awssdk.protocols.json.StructuredJsonGenerator
- writeValue(int) - Method in class software.amazon.awssdk.protocols.json.SdkJsonGenerator
- writeValue(int) - Method in interface software.amazon.awssdk.protocols.json.StructuredJsonGenerator
- writeValue(long) - Method in class software.amazon.awssdk.protocols.json.SdkJsonGenerator
- writeValue(long) - Method in interface software.amazon.awssdk.protocols.json.StructuredJsonGenerator
- writeValue(short) - Method in class software.amazon.awssdk.protocols.json.SdkJsonGenerator
- writeValue(short) - Method in interface software.amazon.awssdk.protocols.json.StructuredJsonGenerator
- writeValue(String) - Method in class software.amazon.awssdk.protocols.json.SdkJsonGenerator
- writeValue(String) - Method in interface software.amazon.awssdk.protocols.json.StructuredJsonGenerator
- writeValue(BigDecimal) - Method in class software.amazon.awssdk.protocols.json.SdkJsonGenerator
- writeValue(BigDecimal) - Method in interface software.amazon.awssdk.protocols.json.StructuredJsonGenerator
- writeValue(BigInteger) - Method in class software.amazon.awssdk.protocols.json.SdkJsonGenerator
- writeValue(BigInteger) - Method in interface software.amazon.awssdk.protocols.json.StructuredJsonGenerator
- writeValue(ByteBuffer) - Method in class software.amazon.awssdk.protocols.json.SdkJsonGenerator
- writeValue(ByteBuffer) - Method in interface software.amazon.awssdk.protocols.json.StructuredJsonGenerator
- writeValue(Instant) - Method in class software.amazon.awssdk.protocols.json.SdkJsonGenerator
- writeValue(Instant) - Method in interface software.amazon.awssdk.protocols.json.StructuredJsonGenerator
X
- X_AMZN_ERROR_TYPE - Static variable in class software.amazon.awssdk.protocols.json.internal.unmarshall.JsonErrorCodeParser
-
Services using AWS JSON 1.1 protocol with HTTP binding send the error code information in the response headers, instead of the content.
All Classes All Packages