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