InterceptorContext.Builder |
InterceptorContext.Builder.asyncRequestBody(AsyncRequestBody asyncRequestBody) |
static InterceptorContext.Builder |
InterceptorContext.builder() |
InterceptorContext.Builder |
InterceptorContext.Builder.httpRequest(software.amazon.awssdk.http.SdkHttpRequest httpRequest) |
InterceptorContext.Builder |
InterceptorContext.Builder.httpResponse(software.amazon.awssdk.http.SdkHttpResponse httpResponse) |
InterceptorContext.Builder |
InterceptorContext.Builder.request(SdkRequest request) |
InterceptorContext.Builder |
InterceptorContext.Builder.requestBody(RequestBody requestBody) |
InterceptorContext.Builder |
InterceptorContext.Builder.response(SdkResponse response) |
InterceptorContext.Builder |
InterceptorContext.Builder.responseBody(InputStream responseBody) |
InterceptorContext.Builder |
InterceptorContext.Builder.responsePublisher(org.reactivestreams.Publisher<ByteBuffer> responsePublisher) |
InterceptorContext.Builder |
InterceptorContext.toBuilder() |