Uses of Interface
software.amazon.awssdk.http.async.AsyncExecuteRequest.Builder
Packages that use AsyncExecuteRequest.Builder
-
Uses of AsyncExecuteRequest.Builder in software.amazon.awssdk.http.async
Methods in software.amazon.awssdk.http.async that return AsyncExecuteRequest.BuilderModifier and TypeMethodDescriptionstatic AsyncExecuteRequest.BuilderAsyncExecuteRequest.builder()AsyncExecuteRequest.Builder.fullDuplex(boolean fullDuplex) Option to indicate if the request is for a full duplex operation ie., request and response are sent/received at the same time.AsyncExecuteRequest.Builder.httpExecutionAttributes(SdkHttpExecutionAttributes executionAttributes) Sets the additional HTTP execution attributes collection for this request.AsyncExecuteRequest.Builder.metricCollector(MetricCollector metricCollector) Set theMetricCollectorto be used by the HTTP client to report metrics collected for this request.AsyncExecuteRequest.Builder.putHttpExecutionAttribute(SdkHttpExecutionAttribute<T> attribute, T value) Put an HTTP execution attribute into to the collection of HTTP execution attributes for this requestAsyncExecuteRequest.Builder.request(SdkHttpRequest request) Set the HTTP request to be executed by the client.AsyncExecuteRequest.Builder.requestContentPublisher(SdkHttpContentPublisher requestContentPublisher) Set the publisher of the request content.AsyncExecuteRequest.Builder.responseHandler(SdkAsyncHttpResponseHandler responseHandler) Set the response handler for the resposne.