Uses of Interface
software.amazon.awssdk.http.SdkHttpResponse
-
Packages that use SdkHttpResponse Package Description software.amazon.awssdk.http software.amazon.awssdk.http.async -
-
Uses of SdkHttpResponse in software.amazon.awssdk.http
Subinterfaces of SdkHttpResponse in software.amazon.awssdk.http Modifier and Type Interface Description interface
SdkHttpFullResponse
An immutable HTTP response with a possible HTTP body.Methods in software.amazon.awssdk.http that return SdkHttpResponse Modifier and Type Method Description SdkHttpResponse
HttpExecuteResponse. httpResponse()
Methods in software.amazon.awssdk.http with parameters of type SdkHttpResponse Modifier and Type Method Description HttpExecuteResponse.Builder
HttpExecuteResponse.Builder. response(SdkHttpResponse response)
Set the HTTP response to be executed by the client. -
Uses of SdkHttpResponse in software.amazon.awssdk.http.async
Methods in software.amazon.awssdk.http.async with parameters of type SdkHttpResponse Modifier and Type Method Description void
SdkHttpResponseHandler. headersReceived(SdkHttpResponse response)
Called when the initial response with headers is received.void
SdkAsyncHttpResponseHandler. onHeaders(SdkHttpResponse headers)
Called when the headers have been received.
-