Uses of Class
com.oracle.bmc.jmsjavadownloads.responses.ListJavaLicensesResponse
-
Packages that use ListJavaLicensesResponse Package Description com.oracle.bmc.jmsjavadownloads com.oracle.bmc.jmsjavadownloads.responses -
-
Uses of ListJavaLicensesResponse in com.oracle.bmc.jmsjavadownloads
Methods in com.oracle.bmc.jmsjavadownloads that return ListJavaLicensesResponse Modifier and Type Method Description ListJavaLicensesResponseJavaDownload. listJavaLicenses(ListJavaLicensesRequest request)Return a list with details of all Java licenses.ListJavaLicensesResponseJavaDownloadClient. listJavaLicenses(ListJavaLicensesRequest request)Methods in com.oracle.bmc.jmsjavadownloads that return types with arguments of type ListJavaLicensesResponse 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)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 ListJavaLicensesResponse 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 ListJavaLicensesResponse in com.oracle.bmc.jmsjavadownloads.responses
Methods in com.oracle.bmc.jmsjavadownloads.responses that return ListJavaLicensesResponse Modifier and Type Method Description ListJavaLicensesResponseListJavaLicensesResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.jmsjavadownloads.responses with parameters of type ListJavaLicensesResponse Modifier and Type Method Description ListJavaLicensesResponse.BuilderListJavaLicensesResponse.Builder. copy(ListJavaLicensesResponse o)Copy method to populate the builder with values from the given instance.
-