Uses of Interface
software.amazon.cloudformation.proxy.WaitStrategy
| 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 WaitStrategy in software.amazon.cloudformation.proxy
Methods in software.amazon.cloudformation.proxy that return WaitStrategy Modifier and Type Method Description static WaitStrategyWaitStrategy. newLocalLoopAwaitStrategy(java.util.function.Supplier<java.lang.Long> remainingTimeToExecute)static WaitStrategyWaitStrategy. scheduleForCallbackStrategy()Constructors in software.amazon.cloudformation.proxy with parameters of type WaitStrategy Constructor Description AmazonWebServicesClientProxy(LoggerProxy loggerProxy, Credentials credentials, DelayFactory override, WaitStrategy waitStrategy)