Class SdkClientTime
- java.lang.Object
 - 
- software.amazon.awssdk.core.internal.http.SdkClientTime
 
 
- 
public final class SdkClientTime extends Object
Used for clock skew adjustment between the client JVM where the SDK is run, and the server side. This class mirrorsSdkGlobalTimebut it's local to the current client and only accessed internally byHttpClientDependencies. 
- 
- 
Constructor Summary
Constructors Constructor Description SdkClientTime() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetTimeOffset()Gets the latest recorded time offset.voidsetTimeOffset(int timeOffset)Sets the latest recorded time offset. 
 -