Uses of Class
software.amazon.awssdk.protocols.query.internal.unmarshall.QueryProtocolUnmarshaller
-
Packages that use QueryProtocolUnmarshaller Package Description software.amazon.awssdk.protocols.query.internal.unmarshall -
-
Uses of QueryProtocolUnmarshaller in software.amazon.awssdk.protocols.query.internal.unmarshall
Methods in software.amazon.awssdk.protocols.query.internal.unmarshall that return QueryProtocolUnmarshaller Modifier and Type Method Description QueryProtocolUnmarshaller
QueryProtocolUnmarshaller.Builder. build()
QueryProtocolUnmarshaller
QueryUnmarshallerContext. protocolUnmarshaller()
Methods in software.amazon.awssdk.protocols.query.internal.unmarshall with parameters of type QueryProtocolUnmarshaller Modifier and Type Method Description QueryUnmarshallerContext.Builder
QueryUnmarshallerContext.Builder. protocolUnmarshaller(QueryProtocolUnmarshaller protocolUnmarshaller)
Constructors in software.amazon.awssdk.protocols.query.internal.unmarshall with parameters of type QueryProtocolUnmarshaller Constructor Description AwsQueryResponseHandler(QueryProtocolUnmarshaller unmarshaller, Function<SdkHttpFullResponse,SdkPojo> pojoSupplier)
-