@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AmazonKinesisWaiters extends Object
Constructor and Description |
---|
AmazonKinesisWaiters(AmazonKinesis client)
Constructs a new AmazonKinesisWaiters with the given client
|
Modifier and Type | Method and Description |
---|---|
void |
shutdown() |
Waiter<DescribeStreamRequest> |
streamExists()
Builds a StreamExists waiter by using custom parameters waiterParameters and other parameters defined in the
waiters specification, and then polls until it determines whether the resource entered the desired state or not,
where polling criteria is bound by either default polling strategy or custom polling strategy.
|
Waiter<DescribeStreamRequest> |
streamNotExists()
Builds a StreamNotExists waiter by using custom parameters waiterParameters and other parameters defined in the
waiters specification, and then polls until it determines whether the resource entered the desired state or not,
where polling criteria is bound by either default polling strategy or custom polling strategy.
|
public AmazonKinesisWaiters(AmazonKinesis client)
client
- Service clientpublic Waiter<DescribeStreamRequest> streamExists()
public Waiter<DescribeStreamRequest> streamNotExists()
public void shutdown()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.