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 interfaceSdkHttpFullRequestAn immutable HTTP request with a possible HTTP body.Methods in software.amazon.awssdk.http that return SdkHttpRequest Modifier and Type Method Description SdkHttpRequestHttpExecuteRequest. httpRequest()Methods in software.amazon.awssdk.http with parameters of type SdkHttpRequest Modifier and Type Method Description HttpExecuteRequest.BuilderHttpExecuteRequest.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 SdkHttpRequestAsyncExecuteRequest. request()Methods in software.amazon.awssdk.http.async with parameters of type SdkHttpRequest Modifier and Type Method Description AsyncExecuteRequest.BuilderAsyncExecuteRequest.Builder. request(SdkHttpRequest request)Set the HTTP request to be executed by the client.
-