Uses of Class
software.amazon.awssdk.services.chimesdkvoice.model.GetVoiceProfileDomainResponse
-
Packages that use GetVoiceProfileDomainResponse 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 GetVoiceProfileDomainResponse in software.amazon.awssdk.services.chimesdkvoice
Methods in software.amazon.awssdk.services.chimesdkvoice that return GetVoiceProfileDomainResponse Modifier and Type Method Description default GetVoiceProfileDomainResponseChimeSdkVoiceClient. getVoiceProfileDomain(Consumer<GetVoiceProfileDomainRequest.Builder> getVoiceProfileDomainRequest)Retrieves the details of the specified voice profile domain.default GetVoiceProfileDomainResponseChimeSdkVoiceClient. getVoiceProfileDomain(GetVoiceProfileDomainRequest getVoiceProfileDomainRequest)Retrieves the details of the specified voice profile domain.Methods in software.amazon.awssdk.services.chimesdkvoice that return types with arguments of type GetVoiceProfileDomainResponse Modifier and Type Method Description default CompletableFuture<GetVoiceProfileDomainResponse>ChimeSdkVoiceAsyncClient. getVoiceProfileDomain(Consumer<GetVoiceProfileDomainRequest.Builder> getVoiceProfileDomainRequest)Retrieves the details of the specified voice profile domain.default CompletableFuture<GetVoiceProfileDomainResponse>ChimeSdkVoiceAsyncClient. getVoiceProfileDomain(GetVoiceProfileDomainRequest getVoiceProfileDomainRequest)Retrieves the details of the specified voice profile domain.
-