public class SDKGlobalConfiguration extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
AWS_CBOR_DISABLE_ENV_VAR
Environment variable to disable CBOR protocol.
|
static String |
AWS_CBOR_DISABLE_SYSTEM_PROPERTY
System property to disable CBOR protocol.
|
static String |
AWS_CSM_CLIENT_ID_ENV_VAR
Environment variable to set the client ID to use for client side
monitoring events.
|
static String |
AWS_CSM_ENABLED_ENV_VAR
Environment variable to enable/disable client side monitoring.
|
static String |
AWS_CSM_HOST_ENV_VAR
Environment variable to set the host to send client side monitor events to.
|
static String |
AWS_CSM_PORT_ENV_VAR
Environment varaible to set the port of the out of process client side
monitoring agent.
|
static String |
AWS_EC2_METADATA_DISABLED_ENV_VAR
Environment variable to disable loading credentials or regions from EC2 Metadata instance service.
|
static String |
AWS_ION_BINARY_DISABLE_ENV_VAR
Environment variable to disable Ion binary protocol.
|
static String |
AWS_ION_BINARY_DISABLE_SYSTEM_PROPERTY
System property to disable Ion binary protocol.
|
static String |
AWS_MAX_ATTEMPTS_ENV_VAR
Environment variable to set the retry max attempts
|
static String |
AWS_MAX_ATTEMPTS_SYSTEM_PROPERTY
System properties to set the retry max attempts
|
static String |
AWS_RETRY_MODE_ENV_VAR
Environment variable to set the retry mode to use.
|
static String |
AWS_RETRY_MODE_SYSTEM_PROPERTY
System properties to set the retry mode to use.
|
static String |
DEFAULT_S3_STREAM_BUFFER_SIZE
Deprecated.
with
//AmazonWebServiceRequest#getRequestClientOptions()
and //RequestClientOptions#setReadLimit(int).
The default size of the buffer when uploading data from a stream. A buffer of this size will be created and filled with the first bytes from a stream being uploaded so that any transmit errors that occur in that section of the data can be automatically retried without the caller's intervention. If not set, the default value of 128 KB will be used. |
static String |
ENABLE_S3_SIGV4_SYSTEM_PROPERTY
Deprecated.
|
static String |
ENFORCE_S3_SIGV4_SYSTEM_PROPERTY
Deprecated.
|
static String |
IAM_ENDPOINT
Global variable IAM Endpoint
|
static String |
PROFILING_SYSTEM_PROPERTY
Deprecated.
|
| Constructor and Description |
|---|
SDKGlobalConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
static void |
setGlobalTimeOffset(int timeOffset)
Deprecated.
by
//SDKGlobalTime#setGlobalTimeOffset(int) |
public static String IAM_ENDPOINT
@Deprecated public static final String ENABLE_S3_SIGV4_SYSTEM_PROPERTY
Signature Version 4 is more secure than the legacy S3Signer, but requires calculating a SHA-256 hash of the entire request body which can be expensive for large upload requests.
@Deprecated public static final String ENFORCE_S3_SIGV4_SYSTEM_PROPERTY
ENABLE_S3_SIGV4_SYSTEM_PROPERTY, but causes the client to
always use Signature Version 4, assuming a region of
"us-east-1" if no explicit region has been configured. This
guarantees that the more secure authentication protocol will be used,
but will cause authentication failures in code that accesses buckets in
regions other than US Standard without explicitly configuring a region.@Deprecated public static final String DEFAULT_S3_STREAM_BUFFER_SIZE
//AmazonWebServiceRequest#getRequestClientOptions()
and //RequestClientOptions#setReadLimit(int).
The default size of the buffer when uploading data from a stream. A buffer of this size will be created and filled with the first bytes from a stream being uploaded so that any transmit errors that occur in that section of the data can be automatically retried without the caller's intervention.
If not set, the default value of 128 KB will be used.
@Deprecated public static final String PROFILING_SYSTEM_PROPERTY
public static final String AWS_CBOR_DISABLE_ENV_VAR
public static final String AWS_CBOR_DISABLE_SYSTEM_PROPERTY
public static final String AWS_ION_BINARY_DISABLE_ENV_VAR
public static final String AWS_ION_BINARY_DISABLE_SYSTEM_PROPERTY
public static final String AWS_EC2_METADATA_DISABLED_ENV_VAR
public static final String AWS_CSM_ENABLED_ENV_VAR
public static final String AWS_CSM_HOST_ENV_VAR
public static final String AWS_CSM_PORT_ENV_VAR
public static final String AWS_CSM_CLIENT_ID_ENV_VAR
public static final String AWS_RETRY_MODE_SYSTEM_PROPERTY
//RetryMode for available valuespublic static final String AWS_RETRY_MODE_ENV_VAR
//RetryMode for available valuespublic static final String AWS_MAX_ATTEMPTS_SYSTEM_PROPERTY
public static final String AWS_MAX_ATTEMPTS_ENV_VAR
@Deprecated public static void setGlobalTimeOffset(int timeOffset)
//SDKGlobalTime#setGlobalTimeOffset(int)Copyright © 2026. All rights reserved.