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