Uses of Class
software.amazon.awssdk.protocols.xml.internal.unmarshall.AwsXmlUnmarshallingContext.Builder
-
Packages that use AwsXmlUnmarshallingContext.Builder Package Description software.amazon.awssdk.protocols.xml.internal.unmarshall -
-
Uses of AwsXmlUnmarshallingContext.Builder in software.amazon.awssdk.protocols.xml.internal.unmarshall
Methods in software.amazon.awssdk.protocols.xml.internal.unmarshall that return AwsXmlUnmarshallingContext.Builder Modifier and Type Method Description static AwsXmlUnmarshallingContext.BuilderAwsXmlUnmarshallingContext. builder()AwsXmlUnmarshallingContext.BuilderAwsXmlUnmarshallingContext.Builder. executionAttributes(ExecutionAttributes executionAttributes)AwsXmlUnmarshallingContext.BuilderAwsXmlUnmarshallingContext.Builder. isResponseSuccess(Boolean isResponseSuccess)AwsXmlUnmarshallingContext.BuilderAwsXmlUnmarshallingContext.Builder. parsedErrorXml(XmlElement parsedErrorXml)AwsXmlUnmarshallingContext.BuilderAwsXmlUnmarshallingContext.Builder. parsedXml(XmlElement parsedXml)AwsXmlUnmarshallingContext.BuilderAwsXmlUnmarshallingContext.Builder. sdkHttpFullResponse(SdkHttpFullResponse sdkHttpFullResponse)AwsXmlUnmarshallingContext.BuilderAwsXmlUnmarshallingContext. toBuilder()
-