Uses of Class
com.oracle.bmc.waiter.BmcGenericWaiter
-
Packages that use BmcGenericWaiter Package Description com.oracle.bmc.waiter -
-
Uses of BmcGenericWaiter in com.oracle.bmc.waiter
Fields in com.oracle.bmc.waiter declared as BmcGenericWaiter Modifier and Type Field Description static BmcGenericWaiter
Waiters. DEFAULT_POLLING_WAITER
The default OCI polling waiter that will be used.Methods in com.oracle.bmc.waiter that return BmcGenericWaiter Modifier and Type Method Description static BmcGenericWaiter
Waiters. newWaiter(TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a new waiter using the given strategies.
-