Uses of Interface
software.amazon.awssdk.http.HttpExecuteRequest.Builder
-
Packages that use HttpExecuteRequest.Builder Package Description software.amazon.awssdk.http -
-
Uses of HttpExecuteRequest.Builder in software.amazon.awssdk.http
Methods in software.amazon.awssdk.http that return HttpExecuteRequest.Builder Modifier and Type Method Description static HttpExecuteRequest.BuilderHttpExecuteRequest. builder()HttpExecuteRequest.BuilderHttpExecuteRequest.Builder. contentStreamProvider(ContentStreamProvider contentStreamProvider)Set theContentStreamProviderto be executed by the client.HttpExecuteRequest.BuilderHttpExecuteRequest.Builder. metricCollector(MetricCollector metricCollector)Set theMetricCollectorto be used by the HTTP client to report metrics collected for this request.HttpExecuteRequest.BuilderHttpExecuteRequest.Builder. request(SdkHttpRequest request)Set the HTTP request to be executed by the client.
-