Uses of Class
com.azure.communication.phonenumbers.siprouting.models.SipTrunk
Packages that use SipTrunk
Package
Description
Package containing the implementations and inner classes for AzureCommunicationSIPRoutingService.
-
Uses of SipTrunk in com.azure.communication.phonenumbers.siprouting
Methods in com.azure.communication.phonenumbers.siprouting that return SipTrunkModifier and TypeMethodDescriptionGets SIP Trunk by FQDN.Methods in com.azure.communication.phonenumbers.siprouting that return types with arguments of type SipTrunkModifier and TypeMethodDescriptionGets SIP Trunk by FQDN.SipRoutingAsyncClient.getTrunkWithResponse(String fqdn) Gets SIP Trunk by FQDN.com.azure.core.http.rest.Response<SipTrunk>SipRoutingClient.getTrunkWithResponse(String fqdn, com.azure.core.util.Context context) Gets SIP Trunk by FQDN.com.azure.core.http.rest.PagedFlux<SipTrunk>SipRoutingAsyncClient.listTrunks()Lists SIP Trunks.com.azure.core.http.rest.PagedIterable<SipTrunk>SipRoutingClient.listTrunks()Lists SIP Trunks.Methods in com.azure.communication.phonenumbers.siprouting with parameters of type SipTrunkModifier and TypeMethodDescriptionSets SIP Trunk.voidSets SIP Trunk.Method parameters in com.azure.communication.phonenumbers.siprouting with type arguments of type SipTrunkModifier and TypeMethodDescriptionSets SIP Trunks.voidSets SIP Trunks.SipRoutingAsyncClient.setTrunksWithResponse(List<SipTrunk> trunks) Sets SIP Trunks.com.azure.core.http.rest.Response<Void>SipRoutingClient.setTrunksWithResponse(List<SipTrunk> trunks, com.azure.core.util.Context context) Sets SIP Trunks.