Uses of Class
software.amazon.awssdk.services.chimesdkvoice.model.UpdateSipRuleResponse
-
Packages that use UpdateSipRuleResponse 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 UpdateSipRuleResponse in software.amazon.awssdk.services.chimesdkvoice
Methods in software.amazon.awssdk.services.chimesdkvoice that return UpdateSipRuleResponse Modifier and Type Method Description default UpdateSipRuleResponseChimeSdkVoiceClient. updateSipRule(Consumer<UpdateSipRuleRequest.Builder> updateSipRuleRequest)Updates the details of the specified SIP rule.default UpdateSipRuleResponseChimeSdkVoiceClient. updateSipRule(UpdateSipRuleRequest updateSipRuleRequest)Updates the details of the specified SIP rule.Methods in software.amazon.awssdk.services.chimesdkvoice that return types with arguments of type UpdateSipRuleResponse Modifier and Type Method Description default CompletableFuture<UpdateSipRuleResponse>ChimeSdkVoiceAsyncClient. updateSipRule(Consumer<UpdateSipRuleRequest.Builder> updateSipRuleRequest)Updates the details of the specified SIP rule.default CompletableFuture<UpdateSipRuleResponse>ChimeSdkVoiceAsyncClient. updateSipRule(UpdateSipRuleRequest updateSipRuleRequest)Updates the details of the specified SIP rule.
-