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