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