Uses of Class
software.amazon.awssdk.services.chimesdkvoice.model.UpdateVoiceProfileResponse
-
Packages that use UpdateVoiceProfileResponse 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 UpdateVoiceProfileResponse in software.amazon.awssdk.services.chimesdkvoice
Methods in software.amazon.awssdk.services.chimesdkvoice that return UpdateVoiceProfileResponse Modifier and Type Method Description default UpdateVoiceProfileResponseChimeSdkVoiceClient. updateVoiceProfile(Consumer<UpdateVoiceProfileRequest.Builder> updateVoiceProfileRequest)Updates the specified voice profile’s voice print and refreshes its expiration timestamp.default UpdateVoiceProfileResponseChimeSdkVoiceClient. updateVoiceProfile(UpdateVoiceProfileRequest updateVoiceProfileRequest)Updates the specified voice profile’s voice print and refreshes its expiration timestamp.Methods in software.amazon.awssdk.services.chimesdkvoice that return types with arguments of type UpdateVoiceProfileResponse Modifier and Type Method Description default CompletableFuture<UpdateVoiceProfileResponse>ChimeSdkVoiceAsyncClient. updateVoiceProfile(Consumer<UpdateVoiceProfileRequest.Builder> updateVoiceProfileRequest)Updates the specified voice profile’s voice print and refreshes its expiration timestamp.default CompletableFuture<UpdateVoiceProfileResponse>ChimeSdkVoiceAsyncClient. updateVoiceProfile(UpdateVoiceProfileRequest updateVoiceProfileRequest)Updates the specified voice profile’s voice print and refreshes its expiration timestamp.
-