class Aws::Plugins::Retries::ClockSkew

def set_clock_correction(endpoint, correction)

Parameters:
  • correction (Number) --
  • endpoint (URI / String) --
def set_clock_correction(endpoint, correction)
  @mutex.synchronize do
    @endpoint_clock_corrections[endpoint.to_s] = correction
  end
end