Uses of Class
com.softlayer.api.service.network.firewall.Interface
-
Packages that use Interface Package Description com.softlayer.api.service.network.firewall -
-
Uses of Interface in com.softlayer.api.service.network.firewall
Methods in com.softlayer.api.service.network.firewall that return Interface Modifier and Type Method Description Interface
Interface.Service. getObjectForInterface()
getObject returns a SoftLayer_Network_Firewall_Interface object.Methods in com.softlayer.api.service.network.firewall that return types with arguments of type Interface Modifier and Type Method Description Future<Interface>
Interface.ServiceAsync. getObjectForInterface()
Async version ofInterface.Service.getObjectForInterface()
Method parameters in com.softlayer.api.service.network.firewall with type arguments of type Interface Modifier and Type Method Description Future<?>
Interface.ServiceAsync. getObjectForInterface(ResponseHandler<Interface> callback)
-