Uses of Class
com.suse.salt.netapi.calls.WheelCall
-
Packages that use WheelCall Package Description com.suse.salt.netapi.calls.wheel -
-
Uses of WheelCall in com.suse.salt.netapi.calls.wheel
Methods in com.suse.salt.netapi.calls.wheel that return WheelCall Modifier and Type Method Description static WheelCall<Object>
Key. accept(String match)
static WheelCall<List<String>>
Minions. connected()
static WheelCall<Object>
Key. delete(String match)
static WheelCall<Key.Fingerprints>
Key. finger(String match)
static WheelCall<Key.Pair>
Key. gen(String id)
static WheelCall<Key.Pair>
Key. genAccept(String id, Optional<Boolean> force)
static WheelCall<Key.Names>
Key. listAll()
static WheelCall<Object>
Key. reject(String match)
-