Interface ResourceWaiterInterface
Interface used in conjunction with clients to wait on a resource
- Aws\Common\Waiter\ResourceWaiterInterface implements Aws\Common\Waiter\WaiterInterface
Direct known implementers
Indirect known implementers
Aws\Common\InstanceMetadata\Waiter\ServiceAvailable
,
Aws\Common\Waiter\ConfigResourceWaiter
Methods summary
-
public
setClient ( Aws\Common\Client\AwsClientInterface $client )
Set the client associated with the waiter
Methods detail
#
public
Aws\Common\Waiter\ResourceWaiterInterface
setClient( Aws\Common\Client\AwsClientInterface
$client )
Set the client associated with the waiter
Parameters
- $client
Aws\Common\Client\AwsClientInterface
$client Client to use with the waiter
Returns
Methods inherited from Aws\Common\Waiter\WaiterInterface
setConfig()
,
setInterval()
,
setMaxAttempts()
,
wait()