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.Builder
HttpExecuteResponse. builder()
HttpExecuteResponse.Builder
HttpExecuteResponse.Builder. response(SdkHttpResponse response)
Set the HTTP response to be executed by the client.HttpExecuteResponse.Builder
HttpExecuteResponse.Builder. responseBody(AbortableInputStream inputStream)
Set theInputStream
to be returned by the client.
-