Uses of Class
software.amazon.awssdk.services.chimesdkvoice.model.DeleteVoiceProfileResponse
-
Packages that use DeleteVoiceProfileResponse 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 DeleteVoiceProfileResponse in software.amazon.awssdk.services.chimesdkvoice
Methods in software.amazon.awssdk.services.chimesdkvoice that return DeleteVoiceProfileResponse Modifier and Type Method Description default DeleteVoiceProfileResponseChimeSdkVoiceClient. deleteVoiceProfile(Consumer<DeleteVoiceProfileRequest.Builder> deleteVoiceProfileRequest)Deletes a voice profile, including its voice print and enrollment data.default DeleteVoiceProfileResponseChimeSdkVoiceClient. deleteVoiceProfile(DeleteVoiceProfileRequest deleteVoiceProfileRequest)Deletes a voice profile, including its voice print and enrollment data.Methods in software.amazon.awssdk.services.chimesdkvoice that return types with arguments of type DeleteVoiceProfileResponse Modifier and Type Method Description default CompletableFuture<DeleteVoiceProfileResponse>ChimeSdkVoiceAsyncClient. deleteVoiceProfile(Consumer<DeleteVoiceProfileRequest.Builder> deleteVoiceProfileRequest)Deletes a voice profile, including its voice print and enrollment data.default CompletableFuture<DeleteVoiceProfileResponse>ChimeSdkVoiceAsyncClient. deleteVoiceProfile(DeleteVoiceProfileRequest deleteVoiceProfileRequest)Deletes a voice profile, including its voice print and enrollment data.
-