Uses of Class
com.oracle.bmc.licensemanager.responses.ListProductLicenseConsumersResponse
-
Packages that use ListProductLicenseConsumersResponse Package Description com.oracle.bmc.licensemanager com.oracle.bmc.licensemanager.responses -
-
Uses of ListProductLicenseConsumersResponse in com.oracle.bmc.licensemanager
Methods in com.oracle.bmc.licensemanager that return ListProductLicenseConsumersResponse Modifier and Type Method Description ListProductLicenseConsumersResponseLicenseManager. listProductLicenseConsumers(ListProductLicenseConsumersRequest request)Retrieves the product license consumers for a particular product license ID.ListProductLicenseConsumersResponseLicenseManagerClient. listProductLicenseConsumers(ListProductLicenseConsumersRequest request)Methods in com.oracle.bmc.licensemanager that return types with arguments of type ListProductLicenseConsumersResponse 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)Iterable<ListProductLicenseConsumersResponse>LicenseManagerPaginators. listProductLicenseConsumersResponseIterator(ListProductLicenseConsumersRequest request)Creates a new iterable which will iterate over the responses received from the listProductLicenseConsumers operation.Method parameters in com.oracle.bmc.licensemanager with type arguments of type ListProductLicenseConsumersResponse 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 ListProductLicenseConsumersResponse in com.oracle.bmc.licensemanager.responses
Methods in com.oracle.bmc.licensemanager.responses that return ListProductLicenseConsumersResponse Modifier and Type Method Description ListProductLicenseConsumersResponseListProductLicenseConsumersResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.licensemanager.responses with parameters of type ListProductLicenseConsumersResponse Modifier and Type Method Description ListProductLicenseConsumersResponse.BuilderListProductLicenseConsumersResponse.Builder. copy(ListProductLicenseConsumersResponse o)Copy method to populate the builder with values from the given instance.
-