Class DpxExamples
- java.lang.Object
-
- com.ibm.cloud.dpx_services.dpx.v1.DpxExamples
-
public class DpxExamples extends java.lang.Object
This class contains examples of how to use the DPX service. The following configuration properties are assumed to be defined: DPX_URL=<service base url> DPX_AUTH_TYPE=iam DPX_APIKEY=<IAM apikey> DPX_AUTH_URL=<IAM token service base URL - omit this if using the production environment> These configuration properties can be exported as environment variables, or stored in a configuration file and then: export IBM_CREDENTIALS_FILE=<name of configuration file>
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
The main() function invokes operations of the DPX service.
-