Uses of Class
cloud.dnation.hetznerclient.ActionDetail
-
-
Uses of ActionDetail in cloud.dnation.hetznerclient
Methods in cloud.dnation.hetznerclient that return ActionDetail Modifier and Type Method Description ActionDetailActionDetail. command(String command)ActionDetailActionDetail. error(ErrorDetail error)ActionDetailActionResponse. getAction()Get actionActionDetailCreateServerResponse. getAction()Get actionActionDetailActionDetail. status(String status)Methods in cloud.dnation.hetznerclient that return types with arguments of type ActionDetail Modifier and Type Method Description List<ActionDetail>CreateServerResponse. getNextActions()Get nextActionsMethods in cloud.dnation.hetznerclient with parameters of type ActionDetail Modifier and Type Method Description ActionResponseActionResponse. action(ActionDetail action)CreateServerResponseCreateServerResponse. action(ActionDetail action)CreateServerResponseCreateServerResponse. addNextActionsItem(ActionDetail nextActionsItem)voidActionResponse. setAction(ActionDetail action)voidCreateServerResponse. setAction(ActionDetail action)Method parameters in cloud.dnation.hetznerclient with type arguments of type ActionDetail Modifier and Type Method Description CreateServerResponseCreateServerResponse. nextActions(List<ActionDetail> nextActions)voidCreateServerResponse. setNextActions(List<ActionDetail> nextActions)
-