Uses of Class
com.oracle.bmc.stackmonitoring.responses.ManageLicenseResponse
-
Packages that use ManageLicenseResponse Package Description com.oracle.bmc.stackmonitoring com.oracle.bmc.stackmonitoring.responses -
-
Uses of ManageLicenseResponse in com.oracle.bmc.stackmonitoring
Methods in com.oracle.bmc.stackmonitoring that return ManageLicenseResponse Modifier and Type Method Description ManageLicenseResponse
StackMonitoring. manageLicense(ManageLicenseRequest request)
Each resource is assigned a license based on which features are enabled for it.ManageLicenseResponse
StackMonitoringClient. manageLicense(ManageLicenseRequest request)
Methods in com.oracle.bmc.stackmonitoring that return types with arguments of type ManageLicenseResponse Modifier and Type Method Description Future<ManageLicenseResponse>
StackMonitoringAsync. manageLicense(ManageLicenseRequest request, AsyncHandler<ManageLicenseRequest,ManageLicenseResponse> handler)
Each resource is assigned a license based on which features are enabled for it.Future<ManageLicenseResponse>
StackMonitoringAsyncClient. manageLicense(ManageLicenseRequest request, AsyncHandler<ManageLicenseRequest,ManageLicenseResponse> handler)
Method parameters in com.oracle.bmc.stackmonitoring with type arguments of type ManageLicenseResponse Modifier and Type Method Description Future<ManageLicenseResponse>
StackMonitoringAsync. manageLicense(ManageLicenseRequest request, AsyncHandler<ManageLicenseRequest,ManageLicenseResponse> handler)
Each resource is assigned a license based on which features are enabled for it.Future<ManageLicenseResponse>
StackMonitoringAsyncClient. manageLicense(ManageLicenseRequest request, AsyncHandler<ManageLicenseRequest,ManageLicenseResponse> handler)
-
Uses of ManageLicenseResponse in com.oracle.bmc.stackmonitoring.responses
Methods in com.oracle.bmc.stackmonitoring.responses that return ManageLicenseResponse Modifier and Type Method Description ManageLicenseResponse
ManageLicenseResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.stackmonitoring.responses with parameters of type ManageLicenseResponse Modifier and Type Method Description ManageLicenseResponse.Builder
ManageLicenseResponse.Builder. copy(ManageLicenseResponse o)
Copy method to populate the builder with values from the given instance.
-