Uses of Class
com.oracle.bmc.licensemanager.responses.ListTopUtilizedResourcesResponse
-
Packages that use ListTopUtilizedResourcesResponse Package Description com.oracle.bmc.licensemanager com.oracle.bmc.licensemanager.responses -
-
Uses of ListTopUtilizedResourcesResponse in com.oracle.bmc.licensemanager
Methods in com.oracle.bmc.licensemanager that return ListTopUtilizedResourcesResponse Modifier and Type Method Description ListTopUtilizedResourcesResponse
LicenseManager. listTopUtilizedResources(ListTopUtilizedResourcesRequest request)
Retrieves the top utilized resources for a given compartment.ListTopUtilizedResourcesResponse
LicenseManagerClient. listTopUtilizedResources(ListTopUtilizedResourcesRequest request)
Methods in com.oracle.bmc.licensemanager that return types with arguments of type ListTopUtilizedResourcesResponse Modifier and Type Method Description Future<ListTopUtilizedResourcesResponse>
LicenseManagerAsync. listTopUtilizedResources(ListTopUtilizedResourcesRequest request, AsyncHandler<ListTopUtilizedResourcesRequest,ListTopUtilizedResourcesResponse> handler)
Retrieves the top utilized resources for a given compartment.Future<ListTopUtilizedResourcesResponse>
LicenseManagerAsyncClient. listTopUtilizedResources(ListTopUtilizedResourcesRequest request, AsyncHandler<ListTopUtilizedResourcesRequest,ListTopUtilizedResourcesResponse> handler)
Iterable<ListTopUtilizedResourcesResponse>
LicenseManagerPaginators. listTopUtilizedResourcesResponseIterator(ListTopUtilizedResourcesRequest request)
Creates a new iterable which will iterate over the responses received from the listTopUtilizedResources operation.Method parameters in com.oracle.bmc.licensemanager with type arguments of type ListTopUtilizedResourcesResponse Modifier and Type Method Description Future<ListTopUtilizedResourcesResponse>
LicenseManagerAsync. listTopUtilizedResources(ListTopUtilizedResourcesRequest request, AsyncHandler<ListTopUtilizedResourcesRequest,ListTopUtilizedResourcesResponse> handler)
Retrieves the top utilized resources for a given compartment.Future<ListTopUtilizedResourcesResponse>
LicenseManagerAsyncClient. listTopUtilizedResources(ListTopUtilizedResourcesRequest request, AsyncHandler<ListTopUtilizedResourcesRequest,ListTopUtilizedResourcesResponse> handler)
-
Uses of ListTopUtilizedResourcesResponse in com.oracle.bmc.licensemanager.responses
Methods in com.oracle.bmc.licensemanager.responses that return ListTopUtilizedResourcesResponse Modifier and Type Method Description ListTopUtilizedResourcesResponse
ListTopUtilizedResourcesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.licensemanager.responses with parameters of type ListTopUtilizedResourcesResponse Modifier and Type Method Description ListTopUtilizedResourcesResponse.Builder
ListTopUtilizedResourcesResponse.Builder. copy(ListTopUtilizedResourcesResponse o)
Copy method to populate the builder with values from the given instance.
-