Uses of Class
software.amazon.awssdk.http.HttpExecuteRequest
-
Packages that use HttpExecuteRequest Package Description software.amazon.awssdk.http -
-
Uses of HttpExecuteRequest in software.amazon.awssdk.http
Methods in software.amazon.awssdk.http that return HttpExecuteRequest Modifier and Type Method Description HttpExecuteRequest
HttpExecuteRequest.Builder. build()
Methods in software.amazon.awssdk.http with parameters of type HttpExecuteRequest Modifier and Type Method Description ExecutableHttpRequest
SdkHttpClient. prepareRequest(HttpExecuteRequest request)
Create aExecutableHttpRequest
that can be used to execute the HTTP request.
-