Uses of Class
com.uc4.api.objects.HostGroupItem
-
Packages that use HostGroupItem Package Description com.uc4.api.objects -
-
Uses of HostGroupItem in com.uc4.api.objects
Methods in com.uc4.api.objects that return types with arguments of type HostGroupItem Modifier and Type Method Description java.util.Iterator<HostGroupItem>
HostGroup. hosts()
Returns anjava.util.Iterator
overHostGroupItem
.Methods in com.uc4.api.objects with parameters of type HostGroupItem Modifier and Type Method Description void
HostGroup. addHost(HostGroupItem item)
Adds a host or filter definition to this HostGroup.void
HostGroup. addHost(HostGroupItem item, int index)
Adds a host or filter definition on the specified position the this HostGroup.
-