| Package | Description |
|---|---|
| com.amazonaws.services.chimesdkvoice |
The Amazon Chime SDK telephony APIs in this section enable developers to create PSTN calling solutions that use
Amazon Chime SDK Voice Connectors, and Amazon Chime SDK SIP media applications.
|
| com.amazonaws.services.chimesdkvoice.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListVoiceProfilesResult> |
AbstractAmazonChimeSDKVoiceAsync.listVoiceProfilesAsync(ListVoiceProfilesRequest request,
AsyncHandler<ListVoiceProfilesRequest,ListVoiceProfilesResult> asyncHandler) |
Future<ListVoiceProfilesResult> |
AmazonChimeSDKVoiceAsync.listVoiceProfilesAsync(ListVoiceProfilesRequest listVoiceProfilesRequest,
AsyncHandler<ListVoiceProfilesRequest,ListVoiceProfilesResult> asyncHandler)
Lists the voice profiles in a voice profile domain.
|
Future<ListVoiceProfilesResult> |
AmazonChimeSDKVoiceAsyncClient.listVoiceProfilesAsync(ListVoiceProfilesRequest request,
AsyncHandler<ListVoiceProfilesRequest,ListVoiceProfilesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListVoiceProfilesRequest |
ListVoiceProfilesRequest.clone() |
ListVoiceProfilesRequest |
ListVoiceProfilesRequest.withMaxResults(Integer maxResults)
The maximum number of results in the request.
|
ListVoiceProfilesRequest |
ListVoiceProfilesRequest.withNextToken(String nextToken)
The token used to retrieve the next page of results.
|
ListVoiceProfilesRequest |
ListVoiceProfilesRequest.withVoiceProfileDomainId(String voiceProfileDomainId)
The ID of the voice profile domain.
|
Copyright © 2023. All rights reserved.