| 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 |
|---|---|
CreateVoiceProfileResult |
AmazonChimeSDKVoiceClient.createVoiceProfile(CreateVoiceProfileRequest request)
Creates a voice profile, which consists of an enrolled user and their latest voice print.
|
CreateVoiceProfileResult |
AmazonChimeSDKVoice.createVoiceProfile(CreateVoiceProfileRequest createVoiceProfileRequest)
Creates a voice profile, which consists of an enrolled user and their latest voice print.
|
CreateVoiceProfileResult |
AbstractAmazonChimeSDKVoice.createVoiceProfile(CreateVoiceProfileRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateVoiceProfileResult> |
AbstractAmazonChimeSDKVoiceAsync.createVoiceProfileAsync(CreateVoiceProfileRequest request,
AsyncHandler<CreateVoiceProfileRequest,CreateVoiceProfileResult> asyncHandler) |
Future<CreateVoiceProfileResult> |
AmazonChimeSDKVoiceAsync.createVoiceProfileAsync(CreateVoiceProfileRequest createVoiceProfileRequest,
AsyncHandler<CreateVoiceProfileRequest,CreateVoiceProfileResult> asyncHandler)
Creates a voice profile, which consists of an enrolled user and their latest voice print.
|
Future<CreateVoiceProfileResult> |
AmazonChimeSDKVoiceAsyncClient.createVoiceProfileAsync(CreateVoiceProfileRequest request,
AsyncHandler<CreateVoiceProfileRequest,CreateVoiceProfileResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateVoiceProfileResult |
CreateVoiceProfileResult.clone() |
CreateVoiceProfileResult |
CreateVoiceProfileResult.withVoiceProfile(VoiceProfile voiceProfile)
The requested voice profile.
|
Copyright © 2023. All rights reserved.