Uses of Interface
software.amazon.cloudformation.proxy.Delay
Packages that use Delay
Package
Description
This package provide facilities to make it easy to work against AWS APIs that
are eventually consistent for applying resource state.
-
Uses of Delay in software.amazon.cloudformation.proxy
Methods in software.amazon.cloudformation.proxy that return DelayMethods in software.amazon.cloudformation.proxy with parameters of type Delay -
Uses of Delay in software.amazon.cloudformation.proxy.delay
Classes in software.amazon.cloudformation.proxy.delay with type parameters of type DelayModifier and TypeInterfaceDescriptioninterfaceBuild the finalDelaybased timeout and other specifications.Classes in software.amazon.cloudformation.proxy.delay that implement DelayModifier and TypeClassDescriptionclassProvides blended delay of seconds for each attempt until all delays in the order start to returnDuration.ZERO.classclassProvides constant fixed delay seconds for each attempt untilAbstractDelay.timeouthas been reached.classExponential, provides waves starting with minimum delay ofAbstractDelay.timeoutis exceededclassProvides constant fixed delay seconds which is a multiple of the delay for each attempt untilAbstractDelay.timeouthas been reached.classProvides delay seconds which is a multiple of the delay shifted from previous attempt's accrual untilAbstractDelay.timeouthas been reached.Methods in software.amazon.cloudformation.proxy.delay with parameters of type Delay