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