Uses of Class
software.amazon.awssdk.http.SdkHttpExecutionAttributes
-
Packages that use SdkHttpExecutionAttributes Package Description software.amazon.awssdk.http software.amazon.awssdk.http.async -
-
Uses of SdkHttpExecutionAttributes in software.amazon.awssdk.http
Methods in software.amazon.awssdk.http that return SdkHttpExecutionAttributes Modifier and Type Method Description SdkHttpExecutionAttributes
SdkHttpExecutionAttributes.Builder. build()
-
Uses of SdkHttpExecutionAttributes in software.amazon.awssdk.http.async
Methods in software.amazon.awssdk.http.async that return SdkHttpExecutionAttributes Modifier and Type Method Description SdkHttpExecutionAttributes
AsyncExecuteRequest. httpExecutionAttributes()
Methods in software.amazon.awssdk.http.async with parameters of type SdkHttpExecutionAttributes Modifier and Type Method Description AsyncExecuteRequest.Builder
AsyncExecuteRequest.Builder. httpExecutionAttributes(SdkHttpExecutionAttributes executionAttributes)
Sets the additional HTTP execution attributes collection for this request.
-