Uses of Class
com.oracle.bmc.licensemanager.requests.GetLicenseMetricRequest
-
Packages that use GetLicenseMetricRequest Package Description com.oracle.bmc.licensemanager com.oracle.bmc.licensemanager.requests -
-
Uses of GetLicenseMetricRequest in com.oracle.bmc.licensemanager
Methods in com.oracle.bmc.licensemanager with parameters of type GetLicenseMetricRequest Modifier and Type Method Description GetLicenseMetricResponse
LicenseManager. getLicenseMetric(GetLicenseMetricRequest request)
Retrieves the license metrics for a given compartment.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)
GetLicenseMetricResponse
LicenseManagerClient. getLicenseMetric(GetLicenseMetricRequest request)
Method parameters in com.oracle.bmc.licensemanager with type arguments of type GetLicenseMetricRequest 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 GetLicenseMetricRequest in com.oracle.bmc.licensemanager.requests
Methods in com.oracle.bmc.licensemanager.requests that return GetLicenseMetricRequest Modifier and Type Method Description GetLicenseMetricRequest
GetLicenseMetricRequest.Builder. build()
Build the instance of GetLicenseMetricRequest as configured by this builderGetLicenseMetricRequest
GetLicenseMetricRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetLicenseMetricRequest as configured by this builderMethods in com.oracle.bmc.licensemanager.requests with parameters of type GetLicenseMetricRequest Modifier and Type Method Description GetLicenseMetricRequest.Builder
GetLicenseMetricRequest.Builder. copy(GetLicenseMetricRequest o)
Copy method to populate the builder with values from the given instance.
-