Uses of Class
com.oracle.bmc.stackmonitoring.requests.ManageLicenseRequest
-
Packages that use ManageLicenseRequest Package Description com.oracle.bmc.stackmonitoring com.oracle.bmc.stackmonitoring.requests -
-
Uses of ManageLicenseRequest in com.oracle.bmc.stackmonitoring
Methods in com.oracle.bmc.stackmonitoring with parameters of type ManageLicenseRequest Modifier and Type Method Description ManageLicenseResponse
StackMonitoring. manageLicense(ManageLicenseRequest request)
Each resource is assigned a license based on which features are enabled for it.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)
ManageLicenseResponse
StackMonitoringClient. manageLicense(ManageLicenseRequest request)
Method parameters in com.oracle.bmc.stackmonitoring with type arguments of type ManageLicenseRequest 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 ManageLicenseRequest in com.oracle.bmc.stackmonitoring.requests
Methods in com.oracle.bmc.stackmonitoring.requests that return ManageLicenseRequest Modifier and Type Method Description ManageLicenseRequest
ManageLicenseRequest.Builder. build()
Build the instance of ManageLicenseRequest as configured by this builderManageLicenseRequest
ManageLicenseRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ManageLicenseRequest as configured by this builderMethods in com.oracle.bmc.stackmonitoring.requests with parameters of type ManageLicenseRequest Modifier and Type Method Description ManageLicenseRequest.Builder
ManageLicenseRequest.Builder. copy(ManageLicenseRequest o)
Copy method to populate the builder with values from the given instance.
-