Uses of Interface
software.amazon.cloudformation.proxy.DelayFactory
-
Packages that use DelayFactory 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. -
-
Uses of DelayFactory in software.amazon.cloudformation.proxy
Fields in software.amazon.cloudformation.proxy declared as DelayFactory Modifier and Type Field Description static DelayFactoryDelayFactory. CONSTANT_DEFAULT_DELAY_FACTORYConstructors in software.amazon.cloudformation.proxy with parameters of type DelayFactory Constructor Description AmazonWebServicesClientProxy(LoggerProxy loggerProxy, Credentials credentials, Supplier<Long> remainingTimeToExecute, DelayFactory override)AmazonWebServicesClientProxy(LoggerProxy loggerProxy, Credentials credentials, DelayFactory override, WaitStrategy waitStrategy)
-