Uses of Class
com.oracle.bmc.licensemanager.responses.GetLicenseMetricResponse
-
Packages that use GetLicenseMetricResponse Package Description com.oracle.bmc.licensemanager com.oracle.bmc.licensemanager.responses -
-
Uses of GetLicenseMetricResponse in com.oracle.bmc.licensemanager
Methods in com.oracle.bmc.licensemanager that return GetLicenseMetricResponse Modifier and Type Method Description GetLicenseMetricResponse
LicenseManager. getLicenseMetric(GetLicenseMetricRequest request)
Retrieves the license metrics for a given compartment.GetLicenseMetricResponse
LicenseManagerClient. getLicenseMetric(GetLicenseMetricRequest request)
Methods in com.oracle.bmc.licensemanager that return types with arguments of type GetLicenseMetricResponse Modifier and Type Method Description Future<GetLicenseMetricResponse>
LicenseManagerAsync. getLicenseMetric(GetLicenseMetricRequest request, AsyncHandler<GetLicenseMetricRequest,GetLicenseMetricResponse> handler)
Retrieves the license metrics for a given compartment.Future<GetLicenseMetricResponse>
LicenseManagerAsyncClient. getLicenseMetric(GetLicenseMetricRequest request, AsyncHandler<GetLicenseMetricRequest,GetLicenseMetricResponse> handler)
Method parameters in com.oracle.bmc.licensemanager with type arguments of type GetLicenseMetricResponse Modifier and Type Method Description Future<GetLicenseMetricResponse>
LicenseManagerAsync. getLicenseMetric(GetLicenseMetricRequest request, AsyncHandler<GetLicenseMetricRequest,GetLicenseMetricResponse> handler)
Retrieves the license metrics for a given compartment.Future<GetLicenseMetricResponse>
LicenseManagerAsyncClient. getLicenseMetric(GetLicenseMetricRequest request, AsyncHandler<GetLicenseMetricRequest,GetLicenseMetricResponse> handler)
-
Uses of GetLicenseMetricResponse in com.oracle.bmc.licensemanager.responses
Methods in com.oracle.bmc.licensemanager.responses that return GetLicenseMetricResponse Modifier and Type Method Description GetLicenseMetricResponse
GetLicenseMetricResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.licensemanager.responses with parameters of type GetLicenseMetricResponse Modifier and Type Method Description GetLicenseMetricResponse.Builder
GetLicenseMetricResponse.Builder. copy(GetLicenseMetricResponse o)
Copy method to populate the builder with values from the given instance.
-