| Package | Description |
|---|---|
| com.ibm.cos.v2.core.client.config |
| Modifier and Type | Field and Description |
|---|---|
static SdkClientOption<Map<String,List<String>>> |
SdkClientOption.ADDITIONAL_HTTP_HEADERS |
static SdkClientOption<Duration> |
SdkClientOption.API_CALL_ATTEMPT_TIMEOUT |
static SdkClientOption<Duration> |
SdkClientOption.API_CALL_TIMEOUT |
static SdkClientOption<SdkAsyncHttpClient> |
SdkClientOption.ASYNC_HTTP_CLIENT
The asynchronous HTTP client implementation to make HTTP requests with.
|
static SdkClientOption<AuthSchemeProvider> |
SdkClientOption.AUTH_SCHEME_PROVIDER
The
AuthSchemeProvider configured on the client. |
static SdkClientOption<Map<String,AuthScheme<?>>> |
SdkClientOption.AUTH_SCHEMES
The
AuthSchemes configured on the client. |
static SdkClientOption<BusinessMetricCollection> |
SdkClientOption.BUSINESS_METRICS
A user agent prefix that is specific to the client (agnostic of the request).
|
static SdkClientOption<AttributeMap> |
SdkClientOption.CLIENT_CONTEXT_PARAMS
The container for any client contexts parameters set on the client.
|
static SdkClientOption<ClientEndpointProvider> |
SdkClientOption.CLIENT_ENDPOINT_PROVIDER
A provider for the client-level endpoint configuration.
|
static SdkClientOption<ClientType> |
SdkClientOption.CLIENT_TYPE
The type of client used to make requests.
|
static SdkClientOption<String> |
SdkClientOption.CLIENT_USER_AGENT
A user agent prefix that is specific to the client (agnostic of the request).
|
static SdkClientOption<CompressionConfiguration> |
SdkClientOption.COMPRESSION_CONFIGURATION
Option used by the rest of the SDK to read the
CompressionConfiguration. |
static SdkClientOption<SdkAsyncHttpClient> |
SdkClientOption.CONFIGURED_ASYNC_HTTP_CLIENT
An asynchronous HTTP client set by the customer.
|
static SdkClientOption<SdkAsyncHttpClient.Builder<?>> |
SdkClientOption.CONFIGURED_ASYNC_HTTP_CLIENT_BUILDER
An asynchronous HTTP client builder set by the customer.
|
static SdkClientOption<CompressionConfiguration> |
SdkClientOption.CONFIGURED_COMPRESSION_CONFIGURATION
Configuration of the COMPRESSION_CONFIGURATION.
|
static SdkClientOption<Consumer<RetryStrategy.Builder<?,?>>> |
SdkClientOption.CONFIGURED_RETRY_CONFIGURATOR
The retry strategy builder consumer set by the customer using
ClientOverrideConfiguration.Builder#retryStrategy(Consumer. |
static SdkClientOption<RetryMode> |
SdkClientOption.CONFIGURED_RETRY_MODE
The retry mode set by the customer using
ClientOverrideConfiguration.Builder.retryStrategy(RetryMode). |
static SdkClientOption<RetryStrategy> |
SdkClientOption.CONFIGURED_RETRY_STRATEGY
The retry strategy set by the customer using
ClientOverrideConfiguration.Builder.retryStrategy(RetryStrategy). |
static SdkClientOption<ScheduledExecutorService> |
SdkClientOption.CONFIGURED_SCHEDULED_EXECUTOR_SERVICE
The internal SDK scheduled executor service that is set by the customer.
|
static SdkClientOption<SdkHttpClient> |
SdkClientOption.CONFIGURED_SYNC_HTTP_CLIENT
An HTTP client set by the customer.
|
static SdkClientOption<SdkHttpClient.Builder<?>> |
SdkClientOption.CONFIGURED_SYNC_HTTP_CLIENT_BUILDER
An HTTP client builder set by the customer.
|
static SdkClientOption<Boolean> |
SdkClientOption.CRC32_FROM_COMPRESSED_DATA_ENABLED
Whether to calculate the CRC 32 checksum of a message based on the uncompressed data.
|
static SdkClientOption<RetryMode> |
SdkClientOption.DEFAULT_RETRY_MODE
Option to specify the default retry mode.
|
static SdkClientOption<URI> |
SdkClientOption.ENDPOINT
Deprecated.
Use
CLIENT_ENDPOINT_PROVIDER for client-level endpoint configuration, or
ENDPOINT_PROVIDER for deriving the request-level endpoint. |
static SdkClientOption<Boolean> |
SdkClientOption.ENDPOINT_DISCOVERY_ENABLED
Whether or not endpoint discovery is enabled for this client.
|
static SdkClientOption<Boolean> |
SdkClientOption.ENDPOINT_OVERRIDDEN
Deprecated.
|
static SdkClientOption<EndpointProvider> |
SdkClientOption.ENDPOINT_PROVIDER
The
EndpointProvider configured on the client. |
static SdkClientOption<ExecutionAttributes> |
SdkClientOption.EXECUTION_ATTRIBUTES
Option to specify additional execution attributes to each client call.
|
static SdkClientOption<List<ExecutionInterceptor>> |
SdkClientOption.EXECUTION_INTERCEPTORS |
static SdkClientOption<AttributeMap> |
SdkClientOption.HTTP_CLIENT_CONFIG
Configuration that should be used to build the
SYNC_HTTP_CLIENT or ASYNC_HTTP_CLIENT. |
static SdkClientOption<IdentityProviders> |
SdkClientOption.IDENTITY_PROVIDERS
The IdentityProviders configured on the client.
|
static SdkClientOption<String> |
SdkClientOption.INTERNAL_USER_AGENT
Option to specify the internal user agent.
|
static SdkClientOption<List<MetricPublisher>> |
SdkClientOption.METRIC_PUBLISHERS |
static SdkClientOption<ProfileFile> |
SdkClientOption.PROFILE_FILE
Deprecated.
This option was used to:
- Read configuration options in profile files in aws-core, sdk-core
- Build service configuration objects from profile files in codegen, s3control
- Build service configuration objects from profile files, set endpoint options in s3
- Set retry mode in dynamodb, kinesis
This has been replaced with
PROFILE_FILE_SUPPLIER.get(). |
static SdkClientOption<Supplier<ProfileFile>> |
SdkClientOption.PROFILE_FILE_SUPPLIER
The profile file supplier to use for this client.
|
static SdkClientOption<String> |
SdkClientOption.PROFILE_NAME
The profile name to use for this client.
|
static SdkClientOption<RequestChecksumCalculation> |
SdkClientOption.REQUEST_CHECKSUM_CALCULATION
The request checksum calculation setting.
|
static SdkClientOption<ResponseChecksumValidation> |
SdkClientOption.RESPONSE_CHECKSUM_VALIDATION
The response checksum validation setting.
|
static SdkClientOption<RetryPolicy> |
SdkClientOption.RETRY_POLICY |
static SdkClientOption<RetryStrategy> |
SdkClientOption.RETRY_STRATEGY |
static SdkClientOption<ScheduledExecutorService> |
SdkClientOption.SCHEDULED_EXECUTOR_SERVICE
The internal SDK scheduled executor service that is used for scheduling tasks such as async retry attempts
and timeout task.
|
static SdkClientOption<SdkClient> |
SdkClientOption.SDK_CLIENT
Option to specify a reference to the SDK client in use.
|
static SdkClientOption<ServiceConfiguration> |
SdkClientOption.SERVICE_CONFIGURATION
Service-specific configuration used by some services, like S3.
|
static SdkClientOption<String> |
SdkClientOption.SERVICE_NAME
Descriptive name for the service.
|
static SdkClientOption<Boolean> |
SdkClientOption.SIGNER_OVERRIDDEN
Option to specify if the default signer has been overridden on the client.
|
static SdkClientOption<SdkHttpClient> |
SdkClientOption.SYNC_HTTP_CLIENT
The HTTP client implementation to make HTTP requests with.
|
static SdkClientOption<String> |
SdkClientOption.USER_AGENT_APP_ID
An optional identification value to be appended to the user agent header.
|
Copyright © 2026. All rights reserved.