| 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<CreateVoiceProfileDomainResult> |
AbstractAmazonChimeSDKVoiceAsync.createVoiceProfileDomainAsync(CreateVoiceProfileDomainRequest request,
AsyncHandler<CreateVoiceProfileDomainRequest,CreateVoiceProfileDomainResult> asyncHandler) |
Future<CreateVoiceProfileDomainResult> |
AmazonChimeSDKVoiceAsync.createVoiceProfileDomainAsync(CreateVoiceProfileDomainRequest createVoiceProfileDomainRequest,
AsyncHandler<CreateVoiceProfileDomainRequest,CreateVoiceProfileDomainResult> asyncHandler)
Creates a voice profile domain, a collection of voice profiles, their voice prints, and encrypted enrollment
audio.
|
Future<CreateVoiceProfileDomainResult> |
AmazonChimeSDKVoiceAsyncClient.createVoiceProfileDomainAsync(CreateVoiceProfileDomainRequest request,
AsyncHandler<CreateVoiceProfileDomainRequest,CreateVoiceProfileDomainResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateVoiceProfileDomainRequest |
CreateVoiceProfileDomainRequest.clone() |
CreateVoiceProfileDomainRequest |
CreateVoiceProfileDomainRequest.withClientRequestToken(String clientRequestToken)
The unique identifier for the client request.
|
CreateVoiceProfileDomainRequest |
CreateVoiceProfileDomainRequest.withDescription(String description)
A description of the voice profile domain.
|
CreateVoiceProfileDomainRequest |
CreateVoiceProfileDomainRequest.withName(String name)
The name of the voice profile domain.
|
CreateVoiceProfileDomainRequest |
CreateVoiceProfileDomainRequest.withServerSideEncryptionConfiguration(ServerSideEncryptionConfiguration serverSideEncryptionConfiguration)
The server-side encryption configuration for the request.
|
CreateVoiceProfileDomainRequest |
CreateVoiceProfileDomainRequest.withTags(Collection<Tag> tags)
The tags assigned to the domain.
|
CreateVoiceProfileDomainRequest |
CreateVoiceProfileDomainRequest.withTags(Tag... tags)
The tags assigned to the domain.
|
Copyright © 2023. All rights reserved.