Uses of Class
com.softlayer.api.service.dns.Message
Package | Description |
---|---|
com.softlayer.api.service.dns |
-
Uses of Message in com.softlayer.api.service.dns
Fields in com.softlayer.api.service.dns with type parameters of type Message Modifier and Type Field Description protected List<Message>
Secondary. errorMessages
The error messages created during secondary DNS record transfer.Methods in com.softlayer.api.service.dns that return types with arguments of type Message Modifier and Type Method Description List<Message>
Secondary. getErrorMessages()
List<Message>
Secondary.Service. getErrorMessages()
The error messages created during secondary DNS record transfer.Future<List<Message>>
Secondary.ServiceAsync. getErrorMessages()
Async version ofSecondary.Service.getErrorMessages()
Method parameters in com.softlayer.api.service.dns with type arguments of type Message Modifier and Type Method Description Future<?>
Secondary.ServiceAsync. getErrorMessages(ResponseHandler<List<Message>> callback)
Async callback version ofSecondary.Service.getErrorMessages()