Uses of Class
software.amazon.awssdk.services.chimesdkvoice.model.CreateSipMediaApplicationCallResponse
-
Packages that use CreateSipMediaApplicationCallResponse 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 CreateSipMediaApplicationCallResponse in software.amazon.awssdk.services.chimesdkvoice
Methods in software.amazon.awssdk.services.chimesdkvoice that return CreateSipMediaApplicationCallResponse Modifier and Type Method Description default CreateSipMediaApplicationCallResponseChimeSdkVoiceClient. createSipMediaApplicationCall(Consumer<CreateSipMediaApplicationCallRequest.Builder> 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.Methods in software.amazon.awssdk.services.chimesdkvoice that return types with arguments of type CreateSipMediaApplicationCallResponse Modifier and Type Method Description default CompletableFuture<CreateSipMediaApplicationCallResponse>ChimeSdkVoiceAsyncClient. createSipMediaApplicationCall(Consumer<CreateSipMediaApplicationCallRequest.Builder> 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 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.
-