Uses of Class
com.softlayer.api.service.dns.Status
Package | Description |
---|---|
com.softlayer.api.service.dns |
-
Uses of Status in com.softlayer.api.service.dns
Fields in com.softlayer.api.service.dns declared as Status Modifier and Type Field Description protected Status
Secondary. status
The current status of the secondary DNS zone.Methods in com.softlayer.api.service.dns that return Status Modifier and Type Method Description Status
Secondary. getStatus()
Status
Secondary.Service. getStatus()
The current status of the secondary DNS zone.Methods in com.softlayer.api.service.dns that return types with arguments of type Status Modifier and Type Method Description Future<Status>
Secondary.ServiceAsync. getStatus()
Async version ofSecondary.Service.getStatus()
Methods in com.softlayer.api.service.dns with parameters of type Status Modifier and Type Method Description void
Secondary. setStatus(Status status)
Method parameters in com.softlayer.api.service.dns with type arguments of type Status Modifier and Type Method Description Future<?>
Secondary.ServiceAsync. getStatus(ResponseHandler<Status> callback)
Async callback version ofSecondary.Service.getStatus()