Uses of Class
com.oracle.bmc.licensemanager.requests.ListProductLicenseConsumersRequest
-
Packages that use ListProductLicenseConsumersRequest Package Description com.oracle.bmc.licensemanager com.oracle.bmc.licensemanager.requests -
-
Uses of ListProductLicenseConsumersRequest in com.oracle.bmc.licensemanager
Method parameters in com.oracle.bmc.licensemanager with type arguments of type ListProductLicenseConsumersRequest Modifier and Type Method Description Future<ListProductLicenseConsumersResponse>
LicenseManagerAsync. listProductLicenseConsumers(ListProductLicenseConsumersRequest request, AsyncHandler<ListProductLicenseConsumersRequest,ListProductLicenseConsumersResponse> handler)
Retrieves the product license consumers for a particular product license ID.Future<ListProductLicenseConsumersResponse>
LicenseManagerAsyncClient. listProductLicenseConsumers(ListProductLicenseConsumersRequest request, AsyncHandler<ListProductLicenseConsumersRequest,ListProductLicenseConsumersResponse> handler)
-
Uses of ListProductLicenseConsumersRequest in com.oracle.bmc.licensemanager.requests
Methods in com.oracle.bmc.licensemanager.requests that return ListProductLicenseConsumersRequest Modifier and Type Method Description ListProductLicenseConsumersRequest
ListProductLicenseConsumersRequest.Builder. build()
Build the instance of ListProductLicenseConsumersRequest as configured by this builderListProductLicenseConsumersRequest
ListProductLicenseConsumersRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListProductLicenseConsumersRequest as configured by this builderMethods in com.oracle.bmc.licensemanager.requests with parameters of type ListProductLicenseConsumersRequest Modifier and Type Method Description ListProductLicenseConsumersRequest.Builder
ListProductLicenseConsumersRequest.Builder. copy(ListProductLicenseConsumersRequest o)
Copy method to populate the builder with values from the given instance.
-