Searched refs:SdkHttpExecutionAttributes (Results 1 – 8 of 8) sorted by relevance
32 public final class SdkHttpExecutionAttributes implements ToCopyableBuilder<SdkHttpExecutionAttribut… class33 SdkHttpExecutionAttributes> {36 private SdkHttpExecutionAttributes(Builder builder) { in SdkHttpExecutionAttributes() method in SdkHttpExecutionAttributes67 SdkHttpExecutionAttributes that = (SdkHttpExecutionAttributes) o; in equals()77 …nal class Builder implements CopyableBuilder<SdkHttpExecutionAttributes.Builder, SdkHttpExecutionA…90 … public <T> SdkHttpExecutionAttributes.Builder put(SdkHttpExecutionAttribute<T> key, T value) { in put()99 …public SdkHttpExecutionAttributes.Builder putAll(Map<? extends SdkHttpExecutionAttribute<?>, ?> at… in putAll()105 public SdkHttpExecutionAttributes build() { in build()106 return new SdkHttpExecutionAttributes(this); in build()
21 import software.amazon.awssdk.http.SdkHttpExecutionAttributes;38 private final SdkHttpExecutionAttributes sdkHttpExecutionAttributes;87 public SdkHttpExecutionAttributes httpExecutionAttributes() { in httpExecutionAttributes()157 Builder httpExecutionAttributes(SdkHttpExecutionAttributes executionAttributes); in httpExecutionAttributes()168 …private SdkHttpExecutionAttributes.Builder executionAttributesBuilder = SdkHttpExecutionAttributes…207 public Builder httpExecutionAttributes(SdkHttpExecutionAttributes executionAttributes) { in httpExecutionAttributes()
32 EqualsVerifier.forClass(SdkHttpExecutionAttributes.class) in equalsAndHashcode()40 SdkHttpExecutionAttributes attributes = SdkHttpExecutionAttributes.builder() in getAttribute_shouldReturnCorrectValue()
31 import software.amazon.awssdk.http.SdkHttpExecutionAttributes;70 Consumer<SdkHttpExecutionAttributes.Builder> attachObservable = in uploadFile()173 Consumer<SdkHttpExecutionAttributes.Builder> attachResumeToken = in doResumeUpload()196 … Consumer<SdkHttpExecutionAttributes.Builder> builderMutation) { in attachSdkAttribute()197 SdkHttpExecutionAttributes modifiedAttributes = in attachSdkAttribute()200 … .orElseGet(() -> SdkHttpExecutionAttributes.builder().applyMutation(builderMutation).build()); in attachSdkAttribute()
30 import software.amazon.awssdk.http.SdkHttpExecutionAttributes;74 … public static final ExecutionAttribute<SdkHttpExecutionAttributes> SDK_HTTP_EXECUTION_ATTRIBUTES =
55 import software.amazon.awssdk.http.SdkHttpExecutionAttributes;331 …SdkHttpExecutionAttributes existingHttpAttributes = executionAttributes.getAttribute(SDK_HTTP_EXEC… in afterMarshalling()333 SdkHttpExecutionAttributes.Builder builder = existingHttpAttributes != null ? in afterMarshalling()335 SdkHttpExecutionAttributes.builder(); in afterMarshalling()337 SdkHttpExecutionAttributes attributes = in afterMarshalling()
51 import software.amazon.awssdk.http.SdkHttpExecutionAttributes;135 SdkHttpExecutionAttributes httpExecutionAttributes = asyncRequest.httpExecutionAttributes(); in execute()177 …private AwsSigningConfig awsSigningConfig(Region signingRegion, SdkHttpExecutionAttributes httpExe… in awsSigningConfig()
42 import software.amazon.awssdk.http.SdkHttpExecutionAttributes;177 SdkHttpExecutionAttributes attribute = in resumeUploadFile_hasValidResumeToken_shouldResumeUpload()193 SdkHttpExecutionAttributes attribute = in verifyActualPutObjectRequestNotResumed()