Uses of Class
software.amazon.awssdk.services.chimesdkvoice.model.CreateVoiceProfileResponse
-
Packages that use CreateVoiceProfileResponse 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 CreateVoiceProfileResponse in software.amazon.awssdk.services.chimesdkvoice
Methods in software.amazon.awssdk.services.chimesdkvoice that return CreateVoiceProfileResponse Modifier and Type Method Description default CreateVoiceProfileResponseChimeSdkVoiceClient. createVoiceProfile(Consumer<CreateVoiceProfileRequest.Builder> createVoiceProfileRequest)Creates a voice profile, which consists of an enrolled user and their latest voice print.default CreateVoiceProfileResponseChimeSdkVoiceClient. createVoiceProfile(CreateVoiceProfileRequest createVoiceProfileRequest)Creates a voice profile, which consists of an enrolled user and their latest voice print.Methods in software.amazon.awssdk.services.chimesdkvoice that return types with arguments of type CreateVoiceProfileResponse Modifier and Type Method Description default CompletableFuture<CreateVoiceProfileResponse>ChimeSdkVoiceAsyncClient. createVoiceProfile(Consumer<CreateVoiceProfileRequest.Builder> createVoiceProfileRequest)Creates a voice profile, which consists of an enrolled user and their latest voice print.default CompletableFuture<CreateVoiceProfileResponse>ChimeSdkVoiceAsyncClient. createVoiceProfile(CreateVoiceProfileRequest createVoiceProfileRequest)Creates a voice profile, which consists of an enrolled user and their latest voice print.
-