Changes in Waiters from version 1 to version 2
This topic details the changes in the functionality of Waiters from version 1 (v1) to version 2 (v2).
The following tables demonstrate the difference for DynamoDB waiters specifically. Waiters for other services follow the same pattern.
High-level changes
Waiters classes are in the same Maven artifact as the service.
Change | v1 | v2 |
---|---|---|
Maven dependencies |
|
|
Package name | com.amazonaws.services.dynamodbv2.waiters |
software.amazon.awssdk.services.dynamodb.waiters |
Class names |
|
1
Latest
version
API changes
Change | v1 | v2 |
---|---|---|
Create a waiter |
|
Synchronous:
Asynchronous:
|
Wait until a table exists | Synchronous:
Asynchronous:
|
Synchronous:
Asynchronous:
|
Configuration changes
Change | v1 | v2 |
---|---|---|
Polling Strategy (max attempts and fixed delay) |
|
|