Uses of Interface
software.amazon.cloudformation.proxy.Delay
-
Packages that use Delay Package Description software.amazon.cloudformation.proxy This package provide facilities to make it easy to work against AWS APIs that are eventually consistent for applying resource state.software.amazon.cloudformation.proxy.delay -
-
Uses of Delay in software.amazon.cloudformation.proxy
Methods in software.amazon.cloudformation.proxy that return Delay Modifier and Type Method Description DelayDelayFactory. getDelay(String apiCall, Delay provided)Methods in software.amazon.cloudformation.proxy with parameters of type Delay Modifier and Type Method Description CallChain.Caller<RequestT,ClientT,ModelT,CallbackT>CallChain.Caller. backoffDelay(Delay delay)DelayDelayFactory. getDelay(String apiCall, Delay provided)default CallChain.Caller<RequestT,ClientT,ModelT,CallbackT>CallChain.Caller. retry(Delay delay)Deprecated. -
Uses of Delay in software.amazon.cloudformation.proxy.delay
Classes in software.amazon.cloudformation.proxy.delay with type parameters of type Delay Modifier and Type Interface Description interfaceBuilder<R extends Delay>Build the finalDelaybased timeout and other specifications.Classes in software.amazon.cloudformation.proxy.delay that implement Delay Modifier and Type Class Description classBlendedProvides blended delay of seconds for each attempt until all delays in the order start to returnDuration.ZERO.classConstantProvides constant fixed delay seconds for each attempt untilAbstractDelay.timeouthas been reached.classExponentialExponential, provides waves starting with minimum delay ofAbstractDelay.timeoutis exceededclassMultipleOfProvides constant fixed delay seconds which is a multiple of the delay for each attempt untilAbstractDelay.timeouthas been reached.classShiftByMultipleOfProvides 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 Modifier and Type Method Description Blended.BlendedBuilderBlended.BlendedBuilder. add(Delay delay)
-