Uses of Interface
software.amazon.awssdk.http.SdkHttpRequest
-
Packages that use SdkHttpRequest Package Description software.amazon.awssdk.http software.amazon.awssdk.http.async -
-
Uses of SdkHttpRequest in software.amazon.awssdk.http
Subinterfaces of SdkHttpRequest in software.amazon.awssdk.http Modifier and Type Interface Description interface
SdkHttpFullRequest
An immutable HTTP request with a possible HTTP body.Methods in software.amazon.awssdk.http that return SdkHttpRequest Modifier and Type Method Description SdkHttpRequest
HttpExecuteRequest. httpRequest()
Methods in software.amazon.awssdk.http with parameters of type SdkHttpRequest Modifier and Type Method Description HttpExecuteRequest.Builder
HttpExecuteRequest.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 SdkHttpRequest Modifier and Type Method Description SdkHttpRequest
AsyncExecuteRequest. request()
Methods in software.amazon.awssdk.http.async with parameters of type SdkHttpRequest Modifier and Type Method Description AsyncExecuteRequest.Builder
AsyncExecuteRequest.Builder. request(SdkHttpRequest request)
Set the HTTP request to be executed by the client.
-