Class S3InternalSdkHttpExecutionAttribute<T>
- java.lang.Object
-
- software.amazon.awssdk.utils.AttributeMap.Key<T>
-
- software.amazon.awssdk.http.SdkHttpExecutionAttribute<T>
-
- software.amazon.awssdk.services.s3.internal.crt.S3InternalSdkHttpExecutionAttribute<T>
-
public final class S3InternalSdkHttpExecutionAttribute<T> extends SdkHttpExecutionAttribute<T>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.awssdk.utils.AttributeMap.Key
AttributeMap.Key.UnsafeValueType
-
-
Field Summary
Fields Modifier and Type Field Description static S3InternalSdkHttpExecutionAttribute<software.amazon.awssdk.crt.s3.ResumeToken>
CRT_PAUSE_RESUME_TOKEN
static S3InternalSdkHttpExecutionAttribute<HttpChecksum>
HTTP_CHECKSUM
static S3InternalSdkHttpExecutionAttribute<Path>
OBJECT_FILE_PATH
static S3InternalSdkHttpExecutionAttribute<String>
OPERATION_NAME
The key to indicate the name of the operationstatic S3InternalSdkHttpExecutionAttribute<RequestChecksumCalculation>
REQUEST_CHECKSUM_CALCULATION
static S3InternalSdkHttpExecutionAttribute<ResponseChecksumValidation>
RESPONSE_CHECKSUM_VALIDATION
static S3InternalSdkHttpExecutionAttribute<String>
SIGNING_NAME
static S3InternalSdkHttpExecutionAttribute<Region>
SIGNING_REGION
static S3InternalSdkHttpExecutionAttribute<Boolean>
USE_S3_EXPRESS_AUTH
-
-
-
Field Detail
-
OPERATION_NAME
public static final S3InternalSdkHttpExecutionAttribute<String> OPERATION_NAME
The key to indicate the name of the operation
-
HTTP_CHECKSUM
public static final S3InternalSdkHttpExecutionAttribute<HttpChecksum> HTTP_CHECKSUM
-
CRT_PAUSE_RESUME_TOKEN
public static final S3InternalSdkHttpExecutionAttribute<software.amazon.awssdk.crt.s3.ResumeToken> CRT_PAUSE_RESUME_TOKEN
-
SIGNING_REGION
public static final S3InternalSdkHttpExecutionAttribute<Region> SIGNING_REGION
-
SIGNING_NAME
public static final S3InternalSdkHttpExecutionAttribute<String> SIGNING_NAME
-
OBJECT_FILE_PATH
public static final S3InternalSdkHttpExecutionAttribute<Path> OBJECT_FILE_PATH
-
USE_S3_EXPRESS_AUTH
public static final S3InternalSdkHttpExecutionAttribute<Boolean> USE_S3_EXPRESS_AUTH
-
REQUEST_CHECKSUM_CALCULATION
public static final S3InternalSdkHttpExecutionAttribute<RequestChecksumCalculation> REQUEST_CHECKSUM_CALCULATION
-
RESPONSE_CHECKSUM_VALIDATION
public static final S3InternalSdkHttpExecutionAttribute<ResponseChecksumValidation> RESPONSE_CHECKSUM_VALIDATION
-
-