Uses of Interface
software.amazon.awssdk.http.SdkHttpResponse
Packages that use SdkHttpResponse
-
Uses of SdkHttpResponse in software.amazon.awssdk.http
Subinterfaces of SdkHttpResponse in software.amazon.awssdk.httpModifier and TypeInterfaceDescriptioninterfaceAn immutable HTTP response with a possible HTTP body.Methods in software.amazon.awssdk.http that return SdkHttpResponseMethods in software.amazon.awssdk.http with parameters of type SdkHttpResponseModifier and TypeMethodDescriptionHttpExecuteResponse.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 SdkHttpResponseModifier and TypeMethodDescriptionvoidSdkHttpResponseHandler.headersReceived(SdkHttpResponse response) Called when the initial response with headers is received.voidSdkAsyncHttpResponseHandler.onHeaders(SdkHttpResponse headers) Called when the headers have been received.