| Package | Description |
|---|---|
| com.amazonaws.services.voiceid |
Amazon Connect Voice ID provides real-time caller authentication and fraud risk detection, which make voice
interactions in contact centers more secure and efficient.
|
| com.amazonaws.services.voiceid.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListSpeakersResult> |
AmazonVoiceIDAsyncClient.listSpeakersAsync(ListSpeakersRequest request,
AsyncHandler<ListSpeakersRequest,ListSpeakersResult> asyncHandler) |
Future<ListSpeakersResult> |
AmazonVoiceIDAsync.listSpeakersAsync(ListSpeakersRequest listSpeakersRequest,
AsyncHandler<ListSpeakersRequest,ListSpeakersResult> asyncHandler)
Lists all speakers in a specified domain.
|
Future<ListSpeakersResult> |
AbstractAmazonVoiceIDAsync.listSpeakersAsync(ListSpeakersRequest request,
AsyncHandler<ListSpeakersRequest,ListSpeakersResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListSpeakersRequest |
ListSpeakersRequest.clone() |
ListSpeakersRequest |
ListSpeakersRequest.withDomainId(String domainId)
The identifier of the domain.
|
ListSpeakersRequest |
ListSpeakersRequest.withMaxResults(Integer maxResults)
The maximum number of results that are returned per call.
|
ListSpeakersRequest |
ListSpeakersRequest.withNextToken(String nextToken)
If
NextToken is returned, there are more results available. |
Copyright © 2023. All rights reserved.