@Generated("software.amazon.awssdk:aws-java-sdk-code-generator") public class KinesisClientWaiters extends Object
Constructor | Description |
---|---|
KinesisClientWaiters(KinesisClient client) |
Constructs a new KinesisClientWaiters with the given client
|
Modifier and Type | Method | Description |
---|---|---|
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 KinesisClientWaiters(KinesisClient client)
client
- Service clientpublic Waiter<DescribeStreamRequest> streamExists()
public Waiter<DescribeStreamRequest> streamNotExists()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.