| Package | Description |
|---|---|
| com.ibm.cos.v2.http.auth.aws.signer | |
| com.ibm.cos.v2.services.s3 | |
| com.ibm.cos.v2.services.s3.auth.scheme | |
| com.ibm.cos.v2.services.s3.auth.scheme.internal |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
default B |
S3BaseClientBuilder.sigv4aSigningRegionSet(RegionSet sigv4aSigningRegionSet)
Sets the
RegionSet to be used for operations using Sigv4a signing requests. |
| Modifier and Type | Method and Description |
|---|---|
RegionSet |
S3AuthSchemeParams.regionSet()
Returns the RegionSet.
|
| Modifier and Type | Method and Description |
|---|---|
S3AuthSchemeParams.Builder |
S3AuthSchemeParams.Builder.regionSet(RegionSet regionSet)
Set the RegionSet.
|
| Modifier and Type | Method and Description |
|---|---|
RegionSet |
DefaultS3AuthSchemeParams.regionSet() |
Copyright © 2026. All rights reserved.