Uses of Class
com.oracle.bmc.jmsjavadownloads.requests.ListJavaLicensesRequest
-
Packages that use ListJavaLicensesRequest Package Description com.oracle.bmc.jmsjavadownloads com.oracle.bmc.jmsjavadownloads.requests -
-
Uses of ListJavaLicensesRequest in com.oracle.bmc.jmsjavadownloads
Methods in com.oracle.bmc.jmsjavadownloads with parameters of type ListJavaLicensesRequest Modifier and Type Method Description ListJavaLicensesResponse
JavaDownload. listJavaLicenses(ListJavaLicensesRequest request)
Return a list with details of all Java licenses.Future<ListJavaLicensesResponse>
JavaDownloadAsync. listJavaLicenses(ListJavaLicensesRequest request, AsyncHandler<ListJavaLicensesRequest,ListJavaLicensesResponse> handler)
Return a list with details of all Java licenses.Future<ListJavaLicensesResponse>
JavaDownloadAsyncClient. listJavaLicenses(ListJavaLicensesRequest request, AsyncHandler<ListJavaLicensesRequest,ListJavaLicensesResponse> handler)
ListJavaLicensesResponse
JavaDownloadClient. listJavaLicenses(ListJavaLicensesRequest request)
Iterable<JavaLicenseSummary>
JavaDownloadPaginators. listJavaLicensesRecordIterator(ListJavaLicensesRequest request)
Creates a new iterable which will iterate over theJavaLicenseSummary
objects contained in responses from the listJavaLicenses operation.Iterable<ListJavaLicensesResponse>
JavaDownloadPaginators. listJavaLicensesResponseIterator(ListJavaLicensesRequest request)
Creates a new iterable which will iterate over the responses received from the listJavaLicenses operation.Method parameters in com.oracle.bmc.jmsjavadownloads with type arguments of type ListJavaLicensesRequest Modifier and Type Method Description Future<ListJavaLicensesResponse>
JavaDownloadAsync. listJavaLicenses(ListJavaLicensesRequest request, AsyncHandler<ListJavaLicensesRequest,ListJavaLicensesResponse> handler)
Return a list with details of all Java licenses.Future<ListJavaLicensesResponse>
JavaDownloadAsyncClient. listJavaLicenses(ListJavaLicensesRequest request, AsyncHandler<ListJavaLicensesRequest,ListJavaLicensesResponse> handler)
-
Uses of ListJavaLicensesRequest in com.oracle.bmc.jmsjavadownloads.requests
Methods in com.oracle.bmc.jmsjavadownloads.requests that return ListJavaLicensesRequest Modifier and Type Method Description ListJavaLicensesRequest
ListJavaLicensesRequest.Builder. build()
Build the instance of ListJavaLicensesRequest as configured by this builderListJavaLicensesRequest
ListJavaLicensesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListJavaLicensesRequest as configured by this builderMethods in com.oracle.bmc.jmsjavadownloads.requests with parameters of type ListJavaLicensesRequest Modifier and Type Method Description ListJavaLicensesRequest.Builder
ListJavaLicensesRequest.Builder. copy(ListJavaLicensesRequest o)
Copy method to populate the builder with values from the given instance.
-