Class AsyncExecuteRequest
java.lang.Object
software.amazon.awssdk.http.async.AsyncExecuteRequest
Request object containing the parameters necessary to make an asynchronous HTTP request.
- See Also:
- 
Nested Class SummaryNested Classes
- 
Method Summary
- 
Method Details- 
request- Returns:
- The HTTP request.
 
- 
requestContentPublisher- Returns:
- The publisher of request body.
 
- 
responseHandler- Returns:
- The response handler.
 
- 
metricCollector- Returns:
- The MetricCollector.
 
- 
fullDuplexpublic boolean fullDuplex()- Returns:
- True if the operation this request belongs to is full duplex. Otherwise false.
 
- 
httpExecutionAttributes- Returns:
- the SDK HTTP execution attributes associated with this request
 
- 
builder
 
-