Package | Description |
---|---|
com.cloudera.api.swagger | |
com.cloudera.api.swagger.model |
Modifier and Type | Method and Description |
---|---|
ApiLicense |
ClouderaManagerResourceApi.readLicense()
Retrieve information about the Cloudera Manager license.
|
ApiLicense |
ClouderaManagerResourceApi.updateLicense(File license)
Updates the Cloudera Manager license.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<ApiLicense> |
ClouderaManagerResourceApi.readLicenseWithHttpInfo()
Retrieve information about the Cloudera Manager license.
|
ApiResponse<ApiLicense> |
ClouderaManagerResourceApi.updateLicenseWithHttpInfo(File license)
Updates the Cloudera Manager license.
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.readLicenseAsync(ApiCallback<ApiLicense> callback)
Retrieve information about the Cloudera Manager license.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.updateLicenseAsync(File license,
ApiCallback<ApiLicense> callback)
Updates the Cloudera Manager license.
|
Modifier and Type | Method and Description |
---|---|
ApiLicense |
ApiLicense.addFeaturesItem(ApiLicenseFeature featuresItem) |
ApiLicense |
ApiLicense.deactivationDate(String deactivationDate) |
ApiLicense |
ApiLicense.expiration(String expiration) |
ApiLicense |
ApiLicense.features(List<ApiLicenseFeature> features) |
ApiLicense |
ApiLicense.owner(String owner) |
ApiLicense |
ApiLicense.startDate(String startDate) |
ApiLicense |
ApiLicense.uuid(String uuid) |
Copyright © 2019. All rights reserved.