Class S3ControlClientContextParams<T>
- java.lang.Object
-
- software.amazon.awssdk.utils.AttributeMap.Key<T>
-
- software.amazon.awssdk.services.s3control.endpoints.S3ControlClientContextParams<T>
-
@Generated("software.amazon.awssdk:codegen") public final class S3ControlClientContextParams<T> extends AttributeMap.Key<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 S3ControlClientContextParams<Boolean>USE_ARN_REGIONEnables this client to use an ARN's region when constructing an endpoint instead of the client's configured region.
-
-
-
Field Detail
-
USE_ARN_REGION
public static final S3ControlClientContextParams<Boolean> USE_ARN_REGION
Enables this client to use an ARN's region when constructing an endpoint instead of the client's configured region.
-
-