Uses of Class
com.ibm.cloud.dph_services.dph.v1.Dph
-
Packages that use Dph Package Description com.ibm.cloud.dph_services.dph.v1 Data Product Hub API Service v1.com.ibm.cloud.dph_services.dph.v1.model -
-
Uses of Dph in com.ibm.cloud.dph_services.dph.v1
Methods in com.ibm.cloud.dph_services.dph.v1 that return Dph Modifier and Type Method Description static Dph
Dph. newInstance()
Class method which constructs an instance of the `Dph` client.static Dph
Dph. newInstance(java.lang.String serviceName)
Class method which constructs an instance of the `Dph` client. -
Uses of Dph in com.ibm.cloud.dph_services.dph.v1.model
Constructors in com.ibm.cloud.dph_services.dph.v1.model with parameters of type Dph Constructor Description DataProductDraftsPager(Dph client, ListDataProductDraftsOptions options)
Constructs a new DataProductDraftsPager instance with the specified client and options model instance.DataProductReleasesPager(Dph client, ListDataProductReleasesOptions options)
Constructs a new DataProductReleasesPager instance with the specified client and options model instance.DataProductsPager(Dph client, ListDataProductsOptions options)
Constructs a new DataProductsPager instance with the specified client and options model instance.
-