Uses of Class
com.exasol.extensionmanager.client.model.Instance
-
Packages that use Instance Package Description com.exasol.extensionmanager.client.model -
-
Uses of Instance in com.exasol.extensionmanager.client.model
Methods in com.exasol.extensionmanager.client.model that return Instance Modifier and Type Method Description InstanceInstance. id(String id)InstanceInstance. name(String name)Methods in com.exasol.extensionmanager.client.model that return types with arguments of type Instance Modifier and Type Method Description List<Instance>ListInstancesResponse. getInstances()Get instancesMethods in com.exasol.extensionmanager.client.model with parameters of type Instance Modifier and Type Method Description ListInstancesResponseListInstancesResponse. addInstancesItem(Instance instancesItem)Method parameters in com.exasol.extensionmanager.client.model with type arguments of type Instance Modifier and Type Method Description ListInstancesResponseListInstancesResponse. instances(List<Instance> instances)voidListInstancesResponse. setInstances(List<Instance> instances)
-