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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final S3ControlClientContextParams
<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, toString
-
Field Details
-
USE_ARN_REGION
Enables this client to use an ARN's region when constructing an endpoint instead of the client's configured region.
-