| Package | Description |
|---|---|
| com.ibm.cos.v2.protocols.json |
| Modifier and Type | Method and Description |
|---|---|
JsonOperationMetadata |
JsonOperationMetadata.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
HttpResponseHandler<AwsServiceException> |
BaseAwsJsonProtocolFactory.createErrorResponseHandler(JsonOperationMetadata errorResponseMetadata)
Deprecated.
Users should favor using
BaseAwsJsonProtocolFactory.createErrorResponseHandler(JsonOperationMetadata, Function), which allows the creation
of an error unmarshaller that uses a mapping function to map from error code to the associated ExceptionMetadata. |
HttpResponseHandler<AwsServiceException> |
BaseAwsJsonProtocolFactory.createErrorResponseHandler(JsonOperationMetadata errorResponseMetadata,
Function<String,Optional<ExceptionMetadata>> exceptionMetadataSupplier) |
<T extends SdkPojo> |
BaseAwsJsonProtocolFactory.createResponseHandler(JsonOperationMetadata operationMetadata,
Function<SdkHttpFullResponse,SdkPojo> pojoSupplier)
Creates a new response handler with the given
JsonOperationMetadata and a supplier of the POJO response
type. |
<T extends SdkPojo> |
BaseAwsJsonProtocolFactory.createResponseHandler(JsonOperationMetadata operationMetadata,
Supplier<SdkPojo> pojoSupplier)
Creates a new response handler with the given
JsonOperationMetadata and a supplier of the POJO response
type. |
Copyright © 2026. All rights reserved.