| Modifier and Type | Method and Description | 
|---|---|
static void | 
SdkClock.Instance.reset()
Reset the clock to  
SdkClock.STANDARD. | 
static void | 
SdkClock.Instance.set(SdkClock newClock)
Should only be used by tests to mock the clock. 
 | 
void | 
AWS4Signer.setOverrideDate(Date overriddenDate)
Sets the date that overrides the signing date in the request. 
 | 
| Constructor and Description | 
|---|
AWS4Signer(SdkClock clock)  | 
AWS4UnsignedPayloadSigner(SdkClock clock)  | 
| Modifier and Type | Method and Description | 
|---|---|
PresignerParams.Builder | 
PresignerParams.Builder.clock(SdkClock clock)  | 
| Constructor and Description | 
|---|
AwsAsyncClientBuilder(ClientConfigurationFactory clientConfigFactory,
                     AwsRegionProvider regionProvider)  | 
AwsClientBuilder(ClientConfigurationFactory clientConfigFactory,
                AwsRegionProvider regionProvider)  | 
AwsSyncClientBuilder(ClientConfigurationFactory clientConfigFactory,
                    AwsRegionProvider regionProvider)  | 
| Modifier and Type | Method and Description | 
|---|---|
ClientExecutionTimer | 
AmazonHttpClient.getClientExecutionTimer()
Package protected for unit-testing 
 | 
HttpRequestTimer | 
AmazonHttpClient.getHttpRequestTimer()
Package protected for unit-testing 
 | 
static List<org.apache.http.conn.HttpClientConnectionManager> | 
IdleConnectionReaper.getRegisteredConnectionManagers()  | 
| Constructor and Description | 
|---|
AmazonHttpClient(ClientConfiguration clientConfig,
                ConnectionManagerAwareHttpClient httpClient,
                RequestMetricCollector requestMetricCollector)
Package-protected constructor for unit test purposes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ScheduledThreadPoolExecutor | 
ClientExecutionTimer.getExecutor()
This method is current exposed for testing purposes 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ScheduledThreadPoolExecutor | 
HttpRequestTimer.getExecutor()
This method is current exposed for testing purposes 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static Map<com.amazonaws.transform.JsonUnmarshallerContext.UnmarshallerType,com.amazonaws.transform.Unmarshaller<?,com.amazonaws.transform.JsonUnmarshallerContext>> | 
SdkStructuredPlainJsonFactory.JSON_CUSTOM_TYPE_UNMARSHALLERS  | 
static Map<Class<?>,com.amazonaws.transform.Unmarshaller<?,com.amazonaws.transform.JsonUnmarshallerContext>> | 
SdkStructuredPlainJsonFactory.JSON_SCALAR_UNMARSHALLERS  | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
IdempotentUtils.setGenerator(DefaultValueSupplier<String> newGenerator)  | 
Copyright © 2018. All rights reserved.