| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
Expiry |
Expiry.clone() |
Expiry |
Step.getExpiry()
An object to specify the expiration of a routing step.
|
Expiry |
Expiry.withDurationInSeconds(Integer durationInSeconds)
The number of seconds to wait before expiring the routing step.
|
Expiry |
Expiry.withExpiryTimestamp(Date expiryTimestamp)
The timestamp indicating when the routing step expires.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Step.setExpiry(Expiry expiry)
An object to specify the expiration of a routing step.
|
Step |
Step.withExpiry(Expiry expiry)
An object to specify the expiration of a routing step.
|
Copyright © 2024. All rights reserved.