public final class HttpClientDependencies extends Object implements SdkAutoCloseable
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() |
HttpClientDependencies.Builder |
toBuilder() |
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 HttpClientDependencies.Builder toBuilder()
public void close()
close in interface AutoCloseableclose in interface SdkAutoCloseableCopyright © 2023. All rights reserved.