Uses of Class
software.amazon.awssdk.services.chimesdkvoice.model.CreateSipMediaApplicationCallRequest
-
Packages that use CreateSipMediaApplicationCallRequest 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 CreateSipMediaApplicationCallRequest in software.amazon.awssdk.services.chimesdkvoice
Methods in software.amazon.awssdk.services.chimesdkvoice with parameters of type CreateSipMediaApplicationCallRequest Modifier and Type Method Description default CompletableFuture<CreateSipMediaApplicationCallResponse>ChimeSdkVoiceAsyncClient. createSipMediaApplicationCall(CreateSipMediaApplicationCallRequest createSipMediaApplicationCallRequest)Creates an outbound call to a phone number from the phone number specified in the request, and it invokes the endpoint of the specifiedsipMediaApplicationId.default CreateSipMediaApplicationCallResponseChimeSdkVoiceClient. createSipMediaApplicationCall(CreateSipMediaApplicationCallRequest createSipMediaApplicationCallRequest)Creates an outbound call to a phone number from the phone number specified in the request, and it invokes the endpoint of the specifiedsipMediaApplicationId. -
Uses of CreateSipMediaApplicationCallRequest in software.amazon.awssdk.services.chimesdkvoice.transform
Methods in software.amazon.awssdk.services.chimesdkvoice.transform with parameters of type CreateSipMediaApplicationCallRequest Modifier and Type Method Description SdkHttpFullRequestCreateSipMediaApplicationCallRequestMarshaller. marshall(CreateSipMediaApplicationCallRequest createSipMediaApplicationCallRequest)
-