Interface Interface.ServiceAsync
- All Superinterfaces:
Interface.ServiceAsync,Maskable,ResultLimitable,ServiceAsync
- Enclosing class:
- Interface
public static interface Interface.ServiceAsync extends Interface.ServiceAsync
-
Method Summary
Modifier and Type Method Description Future<Interface>getObjectForInterface()Async version ofInterface.Service.getObjectForInterface()Future<?>getObjectForInterface(ResponseHandler<Interface> callback)voidsetMask(Interface.Mask mask)Interface.MaskwithMask()Use the existing mask on this service or create it if not presentInterface.MaskwithNewMask()Overwrite the existing mask on this service with a new one and return itMethods inherited from interface com.softlayer.api.service.network.firewall.module.context.Interface.ServiceAsync
getFirewallContextAccessControlLists, getFirewallContextAccessControlLists, getNetworkVlan, getNetworkVlan, getObject, getObject, setMaskMethods inherited from interface com.softlayer.api.ResultLimitable
getLastResponseTotalItemCount, getResultLimit, setResultLimit
-
Method Details
-
withNewMask
Interface.Mask withNewMask()Description copied from interface:MaskableOverwrite the existing mask on this service with a new one and return it- Specified by:
withNewMaskin interfaceInterface.ServiceAsync- Specified by:
withNewMaskin interfaceMaskable
-
withMask
Interface.Mask withMask()Description copied from interface:MaskableUse the existing mask on this service or create it if not present- Specified by:
withMaskin interfaceInterface.ServiceAsync- Specified by:
withMaskin interfaceMaskable
-
setMask
-
getObjectForInterface
Async version ofInterface.Service.getObjectForInterface() -
getObjectForInterface
-