Class AccountManagementExamples
- java.lang.Object
-
- com.ibm.cloud.platform_services.account_management.v4.AccountManagementExamples
-
public class AccountManagementExamples extends java.lang.ObjectThis class contains examples of how to use the account_management service. The following configuration properties are assumed to be defined: ACCOUNT_MANAGEMENT_URL=<service base url> ACCOUNT_MANAGEMENT_AUTH_TYPE=iam ACCOUNT_MANAGEMENT_APIKEY=<IAM apikey> ACCOUNT_MANAGEMENT_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 voidmain(java.lang.String[] args)The main() function invokes operations of the account_management service.
-