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