| Package | Description |
|---|---|
| software.amazon.awssdk.http.auth.aws.signer |
| Modifier and Type | Field and Description |
|---|---|
static RegionSet |
RegionSet.GLOBAL
The "Global" region, which is represented with a single wildcard character: "*".
|
| Modifier and Type | Field and Description |
|---|---|
static SignerProperty<RegionSet> |
AwsV4aHttpSigner.REGION_SET
The AWS region-set to be used for computing the signature.
|
| Modifier and Type | Method and Description |
|---|---|
static RegionSet |
RegionSet.create(Collection<String> regions)
Creates a RegionSet from the supplied collection.
|
static RegionSet |
RegionSet.create(String value)
Creates a RegionSet with the supplied region-set string.
|
Copyright © 2023. All rights reserved.