Package | Description |
---|---|
com.ibm.cloud.objectstorage.waiters |
Modifier and Type | Method and Description |
---|---|
WaiterParameters<Input> |
WaiterParameters.withPollingStrategy(PollingStrategy pollingStrategy)
Constructs a new WaiterParameters with the given polling strategy
|
WaiterParameters<Input> |
WaiterParameters.withRequest(Input request)
Constructs a new WaiterParameters with the given request
|
Modifier and Type | Method and Description |
---|---|
void |
WaiterImpl.run(WaiterParameters<Input> waiterParameters)
Polls synchronously until it is determined that the resource
transitioned into the desired state or not.
|
void |
Waiter.run(WaiterParameters<Input> waiterParameters)
Polls synchronously until it is determined that the resource
transitioned into the desired state or not.
|
Future<Void> |
WaiterImpl.runAsync(WaiterParameters<Input> waiterParameters,
WaiterHandler callback)
Polls asynchronously until it is determined that the resource
transitioned into the desired state or not.
|
Future<Void> |
Waiter.runAsync(WaiterParameters<Input> waiterParameters,
WaiterHandler callback)
Polls asynchronously until it is determined that the resource
transitioned into the desired state or not.
|
Copyright © 2024. All rights reserved.