Uses of Class
software.amazon.awssdk.services.chimesdkvoice.model.UpdateSipMediaApplicationCallResponse
-
Packages that use UpdateSipMediaApplicationCallResponse 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 UpdateSipMediaApplicationCallResponse in software.amazon.awssdk.services.chimesdkvoice
Methods in software.amazon.awssdk.services.chimesdkvoice that return UpdateSipMediaApplicationCallResponse Modifier and Type Method Description default UpdateSipMediaApplicationCallResponseChimeSdkVoiceClient. updateSipMediaApplicationCall(Consumer<UpdateSipMediaApplicationCallRequest.Builder> updateSipMediaApplicationCallRequest)Invokes the AWS Lambda function associated with the SIP media application and transaction ID in an update request.default UpdateSipMediaApplicationCallResponseChimeSdkVoiceClient. updateSipMediaApplicationCall(UpdateSipMediaApplicationCallRequest updateSipMediaApplicationCallRequest)Invokes the AWS Lambda function associated with the SIP media application and transaction ID in an update request.Methods in software.amazon.awssdk.services.chimesdkvoice that return types with arguments of type UpdateSipMediaApplicationCallResponse Modifier and Type Method Description default CompletableFuture<UpdateSipMediaApplicationCallResponse>ChimeSdkVoiceAsyncClient. updateSipMediaApplicationCall(Consumer<UpdateSipMediaApplicationCallRequest.Builder> updateSipMediaApplicationCallRequest)Invokes the AWS Lambda function associated with the SIP media application and transaction ID in an update request.default CompletableFuture<UpdateSipMediaApplicationCallResponse>ChimeSdkVoiceAsyncClient. updateSipMediaApplicationCall(UpdateSipMediaApplicationCallRequest updateSipMediaApplicationCallRequest)Invokes the AWS Lambda function associated with the SIP media application and transaction ID in an update request.
-