| Modifier and Type | Method and Description |
|---|---|
ExceptionMetadata |
ExceptionMetadata.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
SubclassT |
BaseAwsJsonProtocolFactory.Builder.registerModeledException(ExceptionMetadata errorMetadata)
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. |
| Modifier and Type | Method and Description |
|---|---|
HttpResponseHandler<AwsServiceException> |
BaseAwsJsonProtocolFactory.createErrorResponseHandler(JsonOperationMetadata errorResponseMetadata,
Function<String,Optional<ExceptionMetadata>> exceptionMetadataSupplier) |
| Modifier and Type | Method and Description |
|---|---|
AwsJsonProtocolErrorUnmarshaller.Builder |
AwsJsonProtocolErrorUnmarshaller.Builder.exceptionMetadataSupplier(Function<String,Optional<ExceptionMetadata>> exceptionMetadataSupplier) |
AwsJsonProtocolErrorUnmarshaller.Builder |
AwsJsonProtocolErrorUnmarshaller.Builder.exceptions(List<ExceptionMetadata> exceptions)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
SubclassT |
AwsQueryProtocolFactory.Builder.registerModeledException(ExceptionMetadata errorMetadata)
Registers a new modeled exception by the error code.
|
| Modifier and Type | Method and Description |
|---|---|
AwsXmlErrorUnmarshaller.Builder |
AwsXmlErrorUnmarshaller.Builder.exceptions(List<ExceptionMetadata> exceptions)
List of
ExceptionMetadata to represent the modeled exceptions for the service. |
| Modifier and Type | Method and Description |
|---|---|
AwsXmlErrorProtocolUnmarshaller.Builder |
AwsXmlErrorProtocolUnmarshaller.Builder.exceptions(List<ExceptionMetadata> exceptions)
List of
ExceptionMetadata to represent the modeled exceptions for the service. |
| Modifier and Type | Method and Description |
|---|---|
SubclassT |
AwsXmlProtocolFactory.Builder.registerModeledException(ExceptionMetadata errorMetadata)
Registers a new modeled exception by the error code.
|
| Modifier and Type | Method and Description |
|---|---|
AwsXmlErrorTransformer.Builder |
AwsXmlErrorTransformer.Builder.exceptions(List<ExceptionMetadata> exceptions)
List of
ExceptionMetadata to represent the modeled exceptions for the service. |
Copyright © 2026. All rights reserved.