| Package | Description |
|---|---|
| com.ibm.cos.v2.auth.signer | |
| com.ibm.cos.v2.authcrt.signer | |
| com.ibm.cos.v2.regions |
| Modifier and Type | Field and Description |
|---|---|
static ExecutionAttribute<RegionScope> |
AwsSignerExecutionAttribute.SIGNING_REGION_SCOPE
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 scope 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 |
|---|---|
AwsCrtV4aSigner.Builder |
AwsCrtV4aSigner.Builder.defaultRegionScope(RegionScope defaultRegionScope)
The region scope that this signer will default to if not provided explicitly when the signer is invoked.
|
AwsCrtS3V4aSigner.Builder |
AwsCrtS3V4aSigner.Builder.defaultRegionScope(RegionScope defaultRegionScope)
The region scope that this signer will default to if not provided explicitly when the signer is invoked.
|
| Modifier and Type | Field and Description |
|---|---|
static RegionScope |
RegionScope.GLOBAL |
| Modifier and Type | Method and Description |
|---|---|
static RegionScope |
RegionScope.create(String value)
Creates a RegionScope with the supplied value.
|
Copyright © 2026. All rights reserved.