| 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 |
|---|---|
ListVoiceProfilesResult |
AmazonChimeSDKVoiceClient.listVoiceProfiles(ListVoiceProfilesRequest request)
Lists the voice profiles in a voice profile domain.
|
ListVoiceProfilesResult |
AmazonChimeSDKVoice.listVoiceProfiles(ListVoiceProfilesRequest listVoiceProfilesRequest)
Lists the voice profiles in a voice profile domain.
|
ListVoiceProfilesResult |
AbstractAmazonChimeSDKVoice.listVoiceProfiles(ListVoiceProfilesRequest request) |
| 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 |
|---|---|
ListVoiceProfilesResult |
ListVoiceProfilesResult.clone() |
ListVoiceProfilesResult |
ListVoiceProfilesResult.withNextToken(String nextToken)
The token used to retrieve the next page of results.
|
ListVoiceProfilesResult |
ListVoiceProfilesResult.withVoiceProfiles(Collection<VoiceProfileSummary> voiceProfiles)
The list of voice profiles.
|
ListVoiceProfilesResult |
ListVoiceProfilesResult.withVoiceProfiles(VoiceProfileSummary... voiceProfiles)
The list of voice profiles.
|
Copyright © 2023. All rights reserved.