public final class HttpClientDependencies extends Object
AmazonSyncHttpClient and AmazonAsyncHttpClient.
May be injected into constructors of RequestPipeline implementations by RequestPipelineBuilder.| Modifier and Type | Class and Description |
|---|---|
static class |
HttpClientDependencies.Builder
Builder for
HttpClientDependencies. |
| Modifier and Type | Method and Description |
|---|---|
static HttpClientDependencies.Builder |
builder() |
SdkClientConfiguration |
clientConfiguration() |
ClockSkewAdjuster |
clockSkewAdjuster() |
void |
close() |
int |
timeOffset() |
void |
updateTimeOffset(int timeOffset)
Updates the time offset of the client as well as the global time offset.
|
public static HttpClientDependencies.Builder builder()
public SdkClientConfiguration clientConfiguration()
public ClockSkewAdjuster clockSkewAdjuster()
timeOffset for this client.public int timeOffset()
public void updateTimeOffset(int timeOffset)
public void close()
Copyright © 2022. All rights reserved.