Uses of Class
software.amazon.awssdk.core.interceptor.InterceptorContext.Builder
-
Packages that use InterceptorContext.Builder Package Description software.amazon.awssdk.core.interceptor -
-
Uses of InterceptorContext.Builder in software.amazon.awssdk.core.interceptor
Methods in software.amazon.awssdk.core.interceptor that return InterceptorContext.Builder Modifier and Type Method Description InterceptorContext.BuilderInterceptorContext.Builder. asyncRequestBody(AsyncRequestBody asyncRequestBody)static InterceptorContext.BuilderInterceptorContext. builder()InterceptorContext.BuilderInterceptorContext.Builder. httpRequest(software.amazon.awssdk.http.SdkHttpRequest httpRequest)InterceptorContext.BuilderInterceptorContext.Builder. httpResponse(software.amazon.awssdk.http.SdkHttpResponse httpResponse)InterceptorContext.BuilderInterceptorContext.Builder. request(SdkRequest request)InterceptorContext.BuilderInterceptorContext.Builder. requestBody(RequestBody requestBody)InterceptorContext.BuilderInterceptorContext.Builder. response(SdkResponse response)InterceptorContext.BuilderInterceptorContext.Builder. responseBody(InputStream responseBody)InterceptorContext.BuilderInterceptorContext.Builder. responsePublisher(org.reactivestreams.Publisher<ByteBuffer> responsePublisher)InterceptorContext.BuilderInterceptorContext. toBuilder()
-