Uses of Package
software.amazon.cloudformation.proxy.delay
-
Packages that use software.amazon.cloudformation.proxy.delay Package Description software.amazon.cloudformation.proxy.delay -
Classes in software.amazon.cloudformation.proxy.delay used by software.amazon.cloudformation.proxy.delay Class Description Blended Provides blended delay of seconds for each attempt until all delays in the order start to returnDuration.ZERO.Blended.BlendedBuilder Builder Build the finalDelaybased timeout and other specifications.Constant Provides constant fixed delay seconds for each attempt untilAbstractDelay.timeouthas been reached.Constant.Builder Exponential Exponential, provides waves starting with minimum delay ofAbstractDelay.timeoutis exceededExponential.Builder MultipleOf Provides constant fixed delay seconds which is a multiple of the delay for each attempt untilAbstractDelay.timeouthas been reached.MultipleOf.Builder ShiftByMultipleOf Provides delay seconds which is a multiple of the delay shifted from previous attempt's accrual untilAbstractDelay.timeouthas been reached.ShiftByMultipleOf.Builder