Uses of Class
software.amazon.awssdk.services.chimesdkvoice.model.DeleteVoiceProfileRequest
-
Packages that use DeleteVoiceProfileRequest 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.software.amazon.awssdk.services.chimesdkvoice.transform -
-
Uses of DeleteVoiceProfileRequest in software.amazon.awssdk.services.chimesdkvoice
Methods in software.amazon.awssdk.services.chimesdkvoice with parameters of type DeleteVoiceProfileRequest Modifier and Type Method Description default CompletableFuture<DeleteVoiceProfileResponse>ChimeSdkVoiceAsyncClient. deleteVoiceProfile(DeleteVoiceProfileRequest 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. -
Uses of DeleteVoiceProfileRequest in software.amazon.awssdk.services.chimesdkvoice.transform
Methods in software.amazon.awssdk.services.chimesdkvoice.transform with parameters of type DeleteVoiceProfileRequest Modifier and Type Method Description SdkHttpFullRequestDeleteVoiceProfileRequestMarshaller. marshall(DeleteVoiceProfileRequest deleteVoiceProfileRequest)
-