Uses of Class
software.amazon.awssdk.services.chimesdkvoice.model.CreateSipRuleResponse
-
Packages that use CreateSipRuleResponse 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 CreateSipRuleResponse in software.amazon.awssdk.services.chimesdkvoice
Methods in software.amazon.awssdk.services.chimesdkvoice that return CreateSipRuleResponse Modifier and Type Method Description default CreateSipRuleResponseChimeSdkVoiceClient. createSipRule(Consumer<CreateSipRuleRequest.Builder> createSipRuleRequest)Creates a SIP rule, which can be used to run a SIP media application as a target for a specific trigger type.default CreateSipRuleResponseChimeSdkVoiceClient. createSipRule(CreateSipRuleRequest createSipRuleRequest)Creates a SIP rule, which can be used to run a SIP media application as a target for a specific trigger type.Methods in software.amazon.awssdk.services.chimesdkvoice that return types with arguments of type CreateSipRuleResponse Modifier and Type Method Description default CompletableFuture<CreateSipRuleResponse>ChimeSdkVoiceAsyncClient. createSipRule(Consumer<CreateSipRuleRequest.Builder> createSipRuleRequest)Creates a SIP rule, which can be used to run a SIP media application as a target for a specific trigger type.default CompletableFuture<CreateSipRuleResponse>ChimeSdkVoiceAsyncClient. createSipRule(CreateSipRuleRequest createSipRuleRequest)Creates a SIP rule, which can be used to run a SIP media application as a target for a specific trigger type.
-