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 ListProductLicenseConsumersResponse
LicenseManager. listProductLicenseConsumers(ListProductLicenseConsumersRequest request)
Retrieves the product license consumers for a particular product license ID.ListProductLicenseConsumersResponse
LicenseManagerClient. 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 ListProductLicenseConsumersResponse
ListProductLicenseConsumersResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.licensemanager.responses with parameters of type ListProductLicenseConsumersResponse Modifier and Type Method Description ListProductLicenseConsumersResponse.Builder
ListProductLicenseConsumersResponse.Builder. copy(ListProductLicenseConsumersResponse o)
Copy method to populate the builder with values from the given instance.
-