Package com.amazonaws.internal.config
Class InternalConfig
java.lang.Object
com.amazonaws.internal.config.InternalConfig
Internal configuration for the AWS Java SDK.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiongetHttpClientConfig
(String httpClientName) Returns the http client configuration for the http client name.getSignerConfig
(String serviceName) Returns the signer configuration for the specified service, not specific to any region.getSignerConfig
(String serviceName, String regionName) Returns the signer configuration for the specified service name and an optional region name.
-
Method Details
-
getSignerConfig
Returns the signer configuration for the specified service, not specific to any region. -
getHttpClientConfig
Returns the http client configuration for the http client name. -
getSignerConfig
Returns the signer configuration for the specified service name and an optional region name.- Parameters:
serviceName
- must not be nullregionName
- similar to the region name inRegions
; can be null.- Returns:
- the signer
-
getHostRegexToRegionMappings
- Returns:
- all the host-name-regex to region-name mappings.
-
getUserAgentTemplate
- Returns:
- the custom user agent template, if configured
-
getDefaultConfigFileLocation
-
getOverrideConfigFileLocation
-