Uses of Class
software.amazon.awssdk.services.chimesdkvoice.model.CreateVoiceProfileDomainResponse
-
Packages that use CreateVoiceProfileDomainResponse Package Description software.amazon.awssdk.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. -
-
Uses of CreateVoiceProfileDomainResponse in software.amazon.awssdk.services.chimesdkvoice
Methods in software.amazon.awssdk.services.chimesdkvoice that return CreateVoiceProfileDomainResponse Modifier and Type Method Description default CreateVoiceProfileDomainResponseChimeSdkVoiceClient. createVoiceProfileDomain(Consumer<CreateVoiceProfileDomainRequest.Builder> createVoiceProfileDomainRequest)Creates a voice profile domain, a collection of voice profiles, their voice prints, and encrypted enrollment audio.default CreateVoiceProfileDomainResponseChimeSdkVoiceClient. createVoiceProfileDomain(CreateVoiceProfileDomainRequest createVoiceProfileDomainRequest)Creates a voice profile domain, a collection of voice profiles, their voice prints, and encrypted enrollment audio.Methods in software.amazon.awssdk.services.chimesdkvoice that return types with arguments of type CreateVoiceProfileDomainResponse Modifier and Type Method Description default CompletableFuture<CreateVoiceProfileDomainResponse>ChimeSdkVoiceAsyncClient. createVoiceProfileDomain(Consumer<CreateVoiceProfileDomainRequest.Builder> createVoiceProfileDomainRequest)Creates a voice profile domain, a collection of voice profiles, their voice prints, and encrypted enrollment audio.default CompletableFuture<CreateVoiceProfileDomainResponse>ChimeSdkVoiceAsyncClient. createVoiceProfileDomain(CreateVoiceProfileDomainRequest createVoiceProfileDomainRequest)Creates a voice profile domain, a collection of voice profiles, their voice prints, and encrypted enrollment audio.
-