Class S3ClientContextParams<T>
java.lang.Object
software.amazon.awssdk.utils.AttributeMap.Key<T>
software.amazon.awssdk.services.s3.endpoints.S3ClientContextParams<T>
@Generated("software.amazon.awssdk:codegen")
public final class S3ClientContextParams<T>
extends AttributeMap.Key<T>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final S3ClientContextParams
<Boolean> Enables this client to use S3 Transfer Acceleration endpoints.static final S3ClientContextParams
<Boolean> Enables cross-region bucket access for this clientstatic final S3ClientContextParams
<Boolean> Disables this client's usage of Multi-Region Access Points.static final S3ClientContextParams
<Boolean> Forces this client to use path-style addressing for buckets.static final S3ClientContextParams
<Boolean> Enables this client to use an ARN's region when constructing an endpoint instead of the client's configured region. -
Method Summary
Methods inherited from class software.amazon.awssdk.utils.AttributeMap.Key
convertValue
-
Field Details
-
ACCELERATE
Enables this client to use S3 Transfer Acceleration endpoints. -
DISABLE_MULTI_REGION_ACCESS_POINTS
Disables this client's usage of Multi-Region Access Points. -
FORCE_PATH_STYLE
Forces this client to use path-style addressing for buckets. -
USE_ARN_REGION
Enables this client to use an ARN's region when constructing an endpoint instead of the client's configured region. -
CROSS_REGION_ACCESS_ENABLED
Enables cross-region bucket access for this client
-