Uses of Class
software.amazon.awssdk.http.auth.aws.signer.RegionSet
-
Packages that use RegionSet Package Description software.amazon.awssdk.http.auth.aws.signer -
-
Uses of RegionSet in software.amazon.awssdk.http.auth.aws.signer
Fields in software.amazon.awssdk.http.auth.aws.signer declared as RegionSet Modifier and Type Field Description static RegionSetRegionSet. GLOBALThe "Global" region, which is represented with a single wildcard character: "*".Fields in software.amazon.awssdk.http.auth.aws.signer with type parameters of type RegionSet Modifier and Type Field Description static SignerProperty<RegionSet>AwsV4aHttpSigner. REGION_SETThe AWS region-set to be used for computing the signature.Methods in software.amazon.awssdk.http.auth.aws.signer that return RegionSet Modifier and Type Method Description static RegionSetRegionSet. create(String value)Creates a RegionSet with the supplied region-set string.static RegionSetRegionSet. create(Collection<String> regions)Creates a RegionSet from the supplied collection.
-