Home
last modified time | relevance | path

Searched defs:customErrorCodeFieldName (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/aws-sdk-java-v2/core/protocols/aws-json-protocol/src/main/java/software/amazon/awssdk/protocols/json/
H A DBaseAwsJsonProtocolFactory.java63 private final String customErrorCodeFieldName; field in BaseAwsJsonProtocolFactory
203 private String customErrorCodeFieldName; field in BaseAwsJsonProtocolFactory.Builder
272 public final SubclassT customErrorCodeFieldName(String customErrorCodeFieldName) { in customErrorCodeFieldName() method in BaseAwsJsonProtocolFactory.Builder
H A DStructuredJsonFactory.java36 ErrorCodeParser getErrorCodeParser(String customErrorCodeFieldName); in getErrorCodeParser()
H A DBaseAwsStructuredJsonFactory.java44 public ErrorCodeParser getErrorCodeParser(String customErrorCodeFieldName) { in getErrorCodeParser()
/aosp_15_r20/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/model/config/customization/
H A DCustomizationConfig.java66 private String customErrorCodeFieldName; field in CustomizationConfig
381 public void setCustomErrorCodeFieldName(String customErrorCodeFieldName) { in setCustomErrorCodeFieldName()
/aosp_15_r20/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/poet/client/specs/
H A DJsonProtocolSpec.java121 private CodeBlock customErrorCodeFieldName() { in customErrorCodeFieldName() method in JsonProtocolSpec