| Package | Description |
|---|---|
| com.amazonaws.services.connectparticipant.model |
| Modifier and Type | Method and Description |
|---|---|
StartPosition |
StartPosition.clone() |
StartPosition |
GetTranscriptRequest.getStartPosition()
A filtering option for where to start.
|
StartPosition |
StartPosition.withAbsoluteTime(String absoluteTime)
The time in ISO format where to start.
|
StartPosition |
StartPosition.withId(String id)
The ID of the message or event where to start.
|
StartPosition |
StartPosition.withMostRecent(Integer mostRecent)
The start position of the most recent message where you want to start.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetTranscriptRequest.setStartPosition(StartPosition startPosition)
A filtering option for where to start.
|
GetTranscriptRequest |
GetTranscriptRequest.withStartPosition(StartPosition startPosition)
A filtering option for where to start.
|
Copyright © 2023. All rights reserved.