Uses of Class
com.softlayer.api.service.ticket.attachment.Hardware
-
Packages that use Hardware Package Description com.softlayer.api.service -
-
Uses of Hardware in com.softlayer.api.service
Methods in com.softlayer.api.service that return Hardware Modifier and Type Method Description Hardware
Ticket.Service. addAttachedHardware(Long hardwareId)
Attach the given hardware to a SoftLayer ticket.Methods in com.softlayer.api.service that return types with arguments of type Hardware Modifier and Type Method Description Future<Hardware>
Ticket.ServiceAsync. addAttachedHardware(Long hardwareId)
Async version ofTicket.Service.addAttachedHardware(java.lang.Long)
Method parameters in com.softlayer.api.service with type arguments of type Hardware Modifier and Type Method Description Future<?>
Ticket.ServiceAsync. addAttachedHardware(Long hardwareId, ResponseHandler<Hardware> callback)
-