Uses of Class
software.amazon.awssdk.services.chimesdkvoice.model.UpdateVoiceProfileDomainResponse
-
Packages that use UpdateVoiceProfileDomainResponse 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 UpdateVoiceProfileDomainResponse in software.amazon.awssdk.services.chimesdkvoice
Methods in software.amazon.awssdk.services.chimesdkvoice that return UpdateVoiceProfileDomainResponse Modifier and Type Method Description default UpdateVoiceProfileDomainResponseChimeSdkVoiceClient. updateVoiceProfileDomain(Consumer<UpdateVoiceProfileDomainRequest.Builder> updateVoiceProfileDomainRequest)Updates the settings for the specified voice profile domain.default UpdateVoiceProfileDomainResponseChimeSdkVoiceClient. updateVoiceProfileDomain(UpdateVoiceProfileDomainRequest updateVoiceProfileDomainRequest)Updates the settings for the specified voice profile domain.Methods in software.amazon.awssdk.services.chimesdkvoice that return types with arguments of type UpdateVoiceProfileDomainResponse Modifier and Type Method Description default CompletableFuture<UpdateVoiceProfileDomainResponse>ChimeSdkVoiceAsyncClient. updateVoiceProfileDomain(Consumer<UpdateVoiceProfileDomainRequest.Builder> updateVoiceProfileDomainRequest)Updates the settings for the specified voice profile domain.default CompletableFuture<UpdateVoiceProfileDomainResponse>ChimeSdkVoiceAsyncClient. updateVoiceProfileDomain(UpdateVoiceProfileDomainRequest updateVoiceProfileDomainRequest)Updates the settings for the specified voice profile domain.
-