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 interfaceSdkHttpFullResponseAn immutable HTTP response with a possible HTTP body.Methods in software.amazon.awssdk.http that return SdkHttpResponse Modifier and Type Method Description SdkHttpResponseHttpExecuteResponse. httpResponse()Methods in software.amazon.awssdk.http with parameters of type SdkHttpResponse Modifier and Type Method Description HttpExecuteResponse.BuilderHttpExecuteResponse.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 voidSdkHttpResponseHandler. headersReceived(SdkHttpResponse response)Called when the initial response with headers is received.voidSdkAsyncHttpResponseHandler. onHeaders(SdkHttpResponse headers)Called when the headers have been received.
-