| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
static ParticipantTimerValue |
ParticipantTimerValue.fromParticipantTimerAction(ParticipantTimerAction participantTimerAction)
Create an instance of this class with
participantTimerActionAsString() initialized to the given value. |
static ParticipantTimerValue |
ParticipantTimerValue.fromParticipantTimerAction(String participantTimerAction)
Create an instance of this class with
participantTimerActionAsString() initialized to the given value. |
static ParticipantTimerValue |
ParticipantTimerValue.fromParticipantTimerDurationInMinutes(Integer participantTimerDurationInMinutes)
Create an instance of this class with
participantTimerDurationInMinutes() initialized to the given
value. |
ParticipantTimerValue |
ParticipantTimerConfiguration.timerValue()
The value of the timer.
|
| Modifier and Type | Method and Description |
|---|---|
ParticipantTimerConfiguration.Builder |
ParticipantTimerConfiguration.Builder.timerValue(ParticipantTimerValue timerValue)
The value of the timer.
|
Copyright © 2023. All rights reserved.