Uses of Class
software.amazon.awssdk.services.chimesdkvoice.model.DeleteVoiceProfileDomainResponse
-
Packages that use DeleteVoiceProfileDomainResponse 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 DeleteVoiceProfileDomainResponse in software.amazon.awssdk.services.chimesdkvoice
Methods in software.amazon.awssdk.services.chimesdkvoice that return DeleteVoiceProfileDomainResponse Modifier and Type Method Description default DeleteVoiceProfileDomainResponseChimeSdkVoiceClient. deleteVoiceProfileDomain(Consumer<DeleteVoiceProfileDomainRequest.Builder> deleteVoiceProfileDomainRequest)Deletes all voice profiles in the domain.default DeleteVoiceProfileDomainResponseChimeSdkVoiceClient. deleteVoiceProfileDomain(DeleteVoiceProfileDomainRequest deleteVoiceProfileDomainRequest)Deletes all voice profiles in the domain.Methods in software.amazon.awssdk.services.chimesdkvoice that return types with arguments of type DeleteVoiceProfileDomainResponse Modifier and Type Method Description default CompletableFuture<DeleteVoiceProfileDomainResponse>ChimeSdkVoiceAsyncClient. deleteVoiceProfileDomain(Consumer<DeleteVoiceProfileDomainRequest.Builder> deleteVoiceProfileDomainRequest)Deletes all voice profiles in the domain.default CompletableFuture<DeleteVoiceProfileDomainResponse>ChimeSdkVoiceAsyncClient. deleteVoiceProfileDomain(DeleteVoiceProfileDomainRequest deleteVoiceProfileDomainRequest)Deletes all voice profiles in the domain.
-