| Modifier and Type | Field and Description |
|---|---|
static ExecutionAttribute<Region> |
AwsSignerExecutionAttribute.SIGNING_REGION
Deprecated.
This is a protected class that is internal to the SDK, so you shouldn't be using it. If you are using it
from execution interceptors, you should instead be overriding the signing region via the
AuthSchemeProvider that
is configured on the SDK client builder. If you're using it to call the SDK's signers, you should migrate to a
subtype of HttpSigner. |
| Modifier and Type | Method and Description |
|---|---|
Region |
Aws4SignerParams.signingRegion() |
| Modifier and Type | Method and Description |
|---|---|
void |
Aws4SignerParams.BuilderImpl.setSigningRegion(Region signingRegion) |
B |
Aws4SignerParams.Builder.signingRegion(Region signingRegion)
The AWS region to be used for computing the signature.
|
B |
Aws4SignerParams.BuilderImpl.signingRegion(Region signingRegion) |
| Modifier and Type | Field and Description |
|---|---|
protected Region |
AwsServiceClientConfiguration.BuilderImpl.region |
| Modifier and Type | Field and Description |
|---|---|
static ExecutionAttribute<Region> |
AwsExecutionAttribute.AWS_REGION
The AWS
Region the client was configured with. |
| Modifier and Type | Method and Description |
|---|---|
Region |
AwsServiceClientConfiguration.region() |
default Region |
AwsServiceClientConfiguration.Builder.region()
Return the region
|
Region |
AwsServiceClientConfiguration.BuilderImpl.region() |
| Modifier and Type | Method and Description |
|---|---|
default AwsServiceClientConfiguration.Builder |
AwsServiceClientConfiguration.Builder.region(Region region)
Configure the region
|
| Modifier and Type | Method and Description |
|---|---|
BuilderT |
AwsDefaultClientBuilder.region(Region region) |
BuilderT |
AwsClientBuilder.region(Region region)
Configure the region with which the SDK should communicate.
|
void |
AwsDefaultClientBuilder.setRegion(Region region) |
| Modifier and Type | Field and Description |
|---|---|
static AwsClientOption<Region> |
AwsClientOption.AWS_REGION
AWS Region the client was configured with.
|
static AwsClientOption<Region> |
AwsClientOption.SIGNING_REGION
AWS Region to be used for signing the request.
|
| Modifier and Type | Method and Description |
|---|---|
Region |
DefaultServiceEndpointBuilder.getRegion()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
AwsClientEndpointProvider.Builder |
AwsClientEndpointProvider.Builder.region(Region region)
The region to use when resolving with
ServiceMetadata.of(String). |
DefaultServiceEndpointBuilder |
DefaultServiceEndpointBuilder.withRegion(Region region)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
DefaultsMode |
AutoDefaultsModeDiscovery.discover(Region regionResolvedFromSdkClient)
Discovers the defaultMode using the following workflow:
1.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPresigner.Builder |
SdkPresigner.Builder.region(Region region)
Configure the region for which the requests should be signed.
|
| Modifier and Type | Method and Description |
|---|---|
static Optional<Region> |
AwsHostNameUtils.parseSigningRegion(String host,
String serviceHint)
Attempts to parse the region name from an endpoint based on conventions
about the endpoint format.
|
| Modifier and Type | Method and Description |
|---|---|
static Region |
Region.of(String value) |
Region |
ServiceEndpointKey.region()
Retrieve the region associated with the endpoint.
|
default Region |
ServiceMetadata.signingRegion(Region region)
Retrieve the region that should be used for message signing when communicating with this service in the provided region.
|
default Region |
ServiceMetadata.signingRegion(ServiceEndpointKey key)
Retrieve the region that should be used for message signing when communicating with this service in the provided region
and with the provided endpoint tags.
|
Region |
DefaultServiceMetadata.signingRegion(ServiceEndpointKey key) |
| Modifier and Type | Method and Description |
|---|---|
Optional<Region> |
ServicePartitionMetadata.globalRegion()
Retrieve the global region associated with this service, in this
ServicePartitionMetadata.partition(). |
List<Region> |
ServiceMetadata.regions()
Retrieve the list of regions this service is currently available in.
|
static List<Region> |
Region.regions() |
List<Region> |
DefaultServiceMetadata.regions() |
| Modifier and Type | Method and Description |
|---|---|
default URI |
ServiceMetadata.endpointFor(Region region)
Retrieve the AWS endpoint that should be used for this service in the provided region, if no
EndpointTags are
desired. |
static RegionMetadata |
RegionMetadata.of(Region region)
Returns the region metadata pertaining to the given region.
|
static PartitionMetadata |
PartitionMetadata.of(Region region)
Retrieves the partition metadata for a given region.
|
PartitionMetadata |
PartitionMetadataProvider.partitionMetadata(Region region)
Returns the partition metadata for a given region.
|
PartitionMetadata |
GeneratedPartitionMetadataProvider.partitionMetadata(Region region) |
ServiceEndpointKey.Builder |
ServiceEndpointKey.Builder.region(Region region)
Configure the region associated with the endpoint that should be loaded.
|
RegionMetadata |
RegionMetadataProvider.regionMetadata(Region region)
Returns the region metadata with the name given, if it exists in the metadata
or if it can be derived from the metadata.
|
RegionMetadata |
GeneratedRegionMetadataProvider.regionMetadata(Region region) |
default Region |
ServiceMetadata.signingRegion(Region region)
Retrieve the region that should be used for message signing when communicating with this service in the provided region.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<Region> |
DefaultServicePartitionMetadata.globalRegion() |
| Modifier and Type | Method and Description |
|---|---|
static PartitionMetadata |
MetadataLoader.partitionMetadata(Region region) |
static RegionMetadata |
MetadataLoader.regionMetadata(Region region) |
| Constructor and Description |
|---|
DefaultServicePartitionMetadata(String partition,
Region globalRegionForPartition) |
| Modifier and Type | Method and Description |
|---|---|
static Region |
ServiceMetadataUtils.signingRegion(ServiceEndpointKey key,
Map<ServiceEndpointKey,String> signingRegionsByRegion,
Map<Pair<String,PartitionEndpointKey>,String> signingRegionsByPartition) |
| Modifier and Type | Method and Description |
|---|---|
Region |
SystemSettingsRegionProvider.getRegion() |
Region |
LazyAwsRegionProvider.getRegion() |
Region |
AwsRegionProviderChain.getRegion() |
Region |
AwsRegionProvider.getRegion()
Returns the region name to use.
|
Region |
AwsProfileRegionProvider.getRegion() |
| Modifier and Type | Method and Description |
|---|---|
Region |
S3ServiceMetadata.signingRegion(ServiceEndpointKey key) |
Region |
S3OutpostsServiceMetadata.signingRegion(ServiceEndpointKey key) |
Region |
S3ControlServiceMetadata.signingRegion(ServiceEndpointKey key) |
Region |
EnhancedS3ServiceMetadata.signingRegion(ServiceEndpointKey key) |
| Modifier and Type | Method and Description |
|---|---|
List<Region> |
S3ServiceMetadata.regions() |
List<Region> |
S3OutpostsServiceMetadata.regions() |
List<Region> |
S3ControlServiceMetadata.regions() |
List<Region> |
EnhancedS3ServiceMetadata.regions() |
| Modifier and Type | Method and Description |
|---|---|
Region |
S3ServiceClientConfiguration.Builder.region()
Gets the value for AWS region
|
| Modifier and Type | Method and Description |
|---|---|
Optional<Region> |
S3Uri.region()
Returns the region specified in the URI.
|
| Modifier and Type | Method and Description |
|---|---|
S3Utilities.Builder |
S3Utilities.Builder.region(Region region)
The default region to use when working with the methods in
S3Utilities class. |
S3Uri.Builder |
S3Uri.Builder.region(Region region)
Configure the region
|
S3ServiceClientConfiguration.Builder |
S3ServiceClientConfiguration.Builder.region(Region region)
Sets the value for AWS region
|
| Modifier and Type | Method and Description |
|---|---|
Region |
S3AuthSchemeParams.region()
Returns the region.
|
| Modifier and Type | Method and Description |
|---|---|
S3AuthSchemeParams.Builder |
S3AuthSchemeParams.Builder.region(Region region)
Set the region.
|
| Modifier and Type | Method and Description |
|---|---|
Region |
DefaultS3AuthSchemeParams.region() |
| Modifier and Type | Method and Description |
|---|---|
Region |
S3EndpointParams.region() |
| Modifier and Type | Method and Description |
|---|---|
S3EndpointParams.Builder |
S3EndpointParams.Builder.region(Region region) |
| Modifier and Type | Method and Description |
|---|---|
static Region |
AwsEndpointProviderUtils.regionBuiltIn(ExecutionAttributes executionAttributes) |
| Modifier and Type | Method and Description |
|---|---|
Region |
S3ServiceClientConfigurationBuilder.region()
Gets the value for AWS region
|
| Modifier and Type | Method and Description |
|---|---|
Optional<Region> |
ConfiguredS3SdkHttpRequest.signingRegionModification() |
| Modifier and Type | Method and Description |
|---|---|
S3ServiceClientConfiguration.Builder |
S3ServiceClientConfigurationBuilder.region(Region region)
Sets the value for AWS region
|
ConfiguredS3SdkHttpRequest.Builder |
ConfiguredS3SdkHttpRequest.Builder.signingRegionModification(Region signingRegionModification) |
| Modifier and Type | Method and Description |
|---|---|
static BucketEndpointProvider |
BucketEndpointProvider.create(S3EndpointProvider delegateEndPointProvider,
Supplier<Region> regionSupplier) |
| Modifier and Type | Method and Description |
|---|---|
static <T extends S3Request> |
CrossRegionUtils.requestWithDecoratedEndpointProvider(T request,
Supplier<Region> regionSupplier,
EndpointProvider clientEndpointProvider) |
| Modifier and Type | Method and Description |
|---|---|
Region |
S3EndpointResolverContext.region() |
| Modifier and Type | Method and Description |
|---|---|
S3EndpointResolverContext.Builder |
S3EndpointResolverContext.Builder.region(Region region) |
boolean |
UseGlobalEndpointResolver.resolve(Region region) |
| Modifier and Type | Method and Description |
|---|---|
protected Region |
DefaultSdkPresigner.region() |
| Modifier and Type | Method and Description |
|---|---|
B |
DefaultSdkPresigner.Builder.region(Region region) |
| Modifier and Type | Method and Description |
|---|---|
Region |
GetUrlRequest.region() |
| Modifier and Type | Method and Description |
|---|---|
GetUrlRequest.Builder |
GetUrlRequest.Builder.region(Region region)
Sets the region to use for constructing the URL.
|
| Modifier and Type | Method and Description |
|---|---|
S3Presigner.Builder |
S3Presigner.Builder.region(Region region) |
Copyright © 2026. All rights reserved.