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 SdkHttpExecutionAttributesSdkHttpExecutionAttributes.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 SdkHttpExecutionAttributesAsyncExecuteRequest. httpExecutionAttributes()Methods in software.amazon.awssdk.http.async with parameters of type SdkHttpExecutionAttributes Modifier and Type Method Description AsyncExecuteRequest.BuilderAsyncExecuteRequest.Builder. httpExecutionAttributes(SdkHttpExecutionAttributes executionAttributes)Sets the additional HTTP execution attributes collection for this request.
-