Uses of Interface
software.amazon.awssdk.http.HttpExecuteResponse.Builder
Packages that use HttpExecuteResponse.Builder
-
Uses of HttpExecuteResponse.Builder in software.amazon.awssdk.http
Methods in software.amazon.awssdk.http that return HttpExecuteResponse.BuilderModifier and TypeMethodDescriptionstatic HttpExecuteResponse.BuilderHttpExecuteResponse.builder()HttpExecuteResponse.Builder.response(SdkHttpResponse response) Set the HTTP response to be executed by the client.HttpExecuteResponse.Builder.responseBody(AbortableInputStream inputStream) Set theInputStreamto be returned by the client.