Class UseGlobalEndpointResolver
- java.lang.Object
-
- software.amazon.awssdk.services.s3.internal.endpoints.UseGlobalEndpointResolver
-
@SdkInternalApi public class UseGlobalEndpointResolver extends Object
Resolve the use global endpoint setting for S3.This logic is identical to that in
EnhancedS3ServiceMetadata, there's no good way to share it aside from creating a protected API that both the s3 and regions module consume.
-
-
Constructor Summary
Constructors Constructor Description UseGlobalEndpointResolver(SdkClientConfiguration config)
-
-
-
Constructor Detail
-
UseGlobalEndpointResolver
public UseGlobalEndpointResolver(SdkClientConfiguration config)
-
-
Method Detail
-
resolve
public boolean resolve(Region region)
-
-