Class EndpointCollection
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.EndpointCollection
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class EndpointCollection extends com.ibm.cloud.sdk.core.service.model.GenericModel
List endpoints.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Endpoint>
getEndpoints()
Gets the endpoints.
-
-
-
Method Detail
-
getEndpoints
public java.util.List<Endpoint> getEndpoints()
Gets the endpoints. List of the endpoints CPG and CAS.- Returns:
- the endpoints
-
-