Uses of Class
software.amazon.awssdk.services.chimesdkvoice.model.GetSipRuleResponse
-
Packages that use GetSipRuleResponse 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 GetSipRuleResponse in software.amazon.awssdk.services.chimesdkvoice
Methods in software.amazon.awssdk.services.chimesdkvoice that return GetSipRuleResponse Modifier and Type Method Description default GetSipRuleResponseChimeSdkVoiceClient. getSipRule(Consumer<GetSipRuleRequest.Builder> getSipRuleRequest)Retrieves the details of a SIP rule, such as the rule ID, name, triggers, and target endpoints.default GetSipRuleResponseChimeSdkVoiceClient. getSipRule(GetSipRuleRequest getSipRuleRequest)Retrieves the details of a SIP rule, such as the rule ID, name, triggers, and target endpoints.Methods in software.amazon.awssdk.services.chimesdkvoice that return types with arguments of type GetSipRuleResponse Modifier and Type Method Description default CompletableFuture<GetSipRuleResponse>ChimeSdkVoiceAsyncClient. getSipRule(Consumer<GetSipRuleRequest.Builder> getSipRuleRequest)Retrieves the details of a SIP rule, such as the rule ID, name, triggers, and target endpoints.default CompletableFuture<GetSipRuleResponse>ChimeSdkVoiceAsyncClient. getSipRule(GetSipRuleRequest getSipRuleRequest)Retrieves the details of a SIP rule, such as the rule ID, name, triggers, and target endpoints.
-