Class Db2EngineCollection
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.Db2EngineCollection
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class Db2EngineCollection extends com.ibm.cloud.sdk.core.service.model.GenericModel
list db2 engines.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Db2Engine>
getDb2Engines()
Gets the db2Engines.
-
-
-
Method Detail
-
getDb2Engines
public java.util.List<Db2Engine> getDb2Engines()
Gets the db2Engines. list db2 engines.- Returns:
- the db2Engines
-
-