Package-level declarations
Types
RegionProvider that looks for region in this order:
RegionProvider that checks AWS_REGION region environment variable
RegionProvider that uses EC2 instance metadata service (IMDS) to provider region information
RegionProvider that checks aws.region system property
RegionProvider that sources region information from the active profile
Functions
Determines if the given region is valid for the purposes of endpoint lookup, specifically that the region is suitable to use in a URI hostname according to RFC 3986 § 3.2.2.
Attempt to resolve the AWS region to which requests should be made. Returns null if none was detected.
Attempts to resolve sigV4aSigningRegionSet from the JVM system properties, environment variables, and file based configuration
Validates that a region is suitable to use in a URI hostname according to RFC 3986 § 3.2.2. See isRegionValid for a detailed description of the validation criteria.