Uses of Interface
software.amazon.awssdk.http.SdkHttpRequest
Packages that use SdkHttpRequest
-
Uses of SdkHttpRequest in software.amazon.awssdk.http
Subinterfaces of SdkHttpRequest in software.amazon.awssdk.httpModifier and TypeInterfaceDescriptioninterfaceAn immutable HTTP request with a possible HTTP body.Methods in software.amazon.awssdk.http that return SdkHttpRequestMethods in software.amazon.awssdk.http with parameters of type SdkHttpRequestModifier and TypeMethodDescriptionHttpExecuteRequest.Builder.request(SdkHttpRequest request) Set the HTTP request to be executed by the client. -
Uses of SdkHttpRequest in software.amazon.awssdk.http.async
Methods in software.amazon.awssdk.http.async that return SdkHttpRequestMethods in software.amazon.awssdk.http.async with parameters of type SdkHttpRequestModifier and TypeMethodDescriptionAsyncExecuteRequest.Builder.request(SdkHttpRequest request) Set the HTTP request to be executed by the client.