Package | Description |
---|---|
software.amazon.awssdk.protocols.json |
Modifier and Type | Method and Description |
---|---|
JsonOperationMetadata |
JsonOperationMetadata.Builder.build() |
Modifier and Type | Method and Description |
---|---|
HttpResponseHandler<AwsServiceException> |
BaseAwsJsonProtocolFactory.createErrorResponseHandler(JsonOperationMetadata errorResponseMetadata)
Creates a response handler for handling a error response (non 2xx response).
|
<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 © 2019. All rights reserved.