Home
last modified time | relevance | path

Searched defs:clientTime (Results 1 – 2 of 2) sorted by relevance

/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/retry/
DClockSkew.java49 public static boolean isClockSkewed(Instant clientTime, Instant serverTime) { in isClockSkewed()
59 public static Duration getClockSkew(Instant clientTime, Instant serverTime) { in getClockSkew()
/external/aws-sdk-java-v2/test/protocol-tests/src/test/java/software/amazon/awssdk/protocol/tests/clockskew/
DClockSkewAdjustmentTest.java86 Instant clientTime = Instant.now().plus(1, HOURS); in clockSkewDoesNotAdjustOnNonClockSkewErrors() local
125 …private void assertNoAdjust(Instant clientTime, Instant serviceTime, int statusCode, String errorC… in assertNoAdjust()
135 …private void assertNoAdjust(Instant clientTime, Instant serviceTime, int statusCode, String errorC… in assertNoAdjust()