| Package | Description |
|---|---|
| com.amazonaws.services.voiceid.model |
| Modifier and Type | Method and Description |
|---|---|
SpeakerSummary |
SpeakerSummary.clone() |
SpeakerSummary |
SpeakerSummary.withCreatedAt(Date createdAt)
A timestamp showing the speaker's creation time.
|
SpeakerSummary |
SpeakerSummary.withCustomerSpeakerId(String customerSpeakerId)
The client-provided identifier for the speaker.
|
SpeakerSummary |
SpeakerSummary.withDomainId(String domainId)
The identifier of the domain that contains the speaker.
|
SpeakerSummary |
SpeakerSummary.withGeneratedSpeakerId(String generatedSpeakerId)
The service-generated identifier for the speaker.
|
SpeakerSummary |
SpeakerSummary.withLastAccessedAt(Date lastAccessedAt)
The timestamp when the speaker was last accessed for enrollment, re-enrollment or a successful authentication.
|
SpeakerSummary |
SpeakerSummary.withStatus(SpeakerStatus status)
The current status of the speaker.
|
SpeakerSummary |
SpeakerSummary.withStatus(String status)
The current status of the speaker.
|
SpeakerSummary |
SpeakerSummary.withUpdatedAt(Date updatedAt)
A timestamp showing the speaker's last update.
|
| Modifier and Type | Method and Description |
|---|---|
List<SpeakerSummary> |
ListSpeakersResult.getSpeakerSummaries()
A list containing details about each speaker in the Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
ListSpeakersResult |
ListSpeakersResult.withSpeakerSummaries(SpeakerSummary... speakerSummaries)
A list containing details about each speaker in the Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListSpeakersResult.setSpeakerSummaries(Collection<SpeakerSummary> speakerSummaries)
A list containing details about each speaker in the Amazon Web Services account.
|
ListSpeakersResult |
ListSpeakersResult.withSpeakerSummaries(Collection<SpeakerSummary> speakerSummaries)
A list containing details about each speaker in the Amazon Web Services account.
|
Copyright © 2022. All rights reserved.