Uses of Class
com.oracle.bmc.jms.responses.ListJavaMigrationAnalysisResultsResponse
-
Packages that use ListJavaMigrationAnalysisResultsResponse Package Description com.oracle.bmc.jms com.oracle.bmc.jms.responses -
-
Uses of ListJavaMigrationAnalysisResultsResponse in com.oracle.bmc.jms
Methods in com.oracle.bmc.jms that return ListJavaMigrationAnalysisResultsResponse Modifier and Type Method Description ListJavaMigrationAnalysisResultsResponse
JavaManagementService. listJavaMigrationAnalysisResults(ListJavaMigrationAnalysisResultsRequest request)
Lists the results of a Java migration analysis.ListJavaMigrationAnalysisResultsResponse
JavaManagementServiceClient. listJavaMigrationAnalysisResults(ListJavaMigrationAnalysisResultsRequest request)
Method parameters in com.oracle.bmc.jms with type arguments of type ListJavaMigrationAnalysisResultsResponse Modifier and Type Method Description Future<ListJavaMigrationAnalysisResultsResponse>
JavaManagementServiceAsync. listJavaMigrationAnalysisResults(ListJavaMigrationAnalysisResultsRequest request, AsyncHandler<ListJavaMigrationAnalysisResultsRequest,ListJavaMigrationAnalysisResultsResponse> handler)
Lists the results of a Java migration analysis.Future<ListJavaMigrationAnalysisResultsResponse>
JavaManagementServiceAsyncClient. listJavaMigrationAnalysisResults(ListJavaMigrationAnalysisResultsRequest request, AsyncHandler<ListJavaMigrationAnalysisResultsRequest,ListJavaMigrationAnalysisResultsResponse> handler)
-
Uses of ListJavaMigrationAnalysisResultsResponse in com.oracle.bmc.jms.responses
Methods in com.oracle.bmc.jms.responses that return ListJavaMigrationAnalysisResultsResponse Modifier and Type Method Description ListJavaMigrationAnalysisResultsResponse
ListJavaMigrationAnalysisResultsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.jms.responses with parameters of type ListJavaMigrationAnalysisResultsResponse Modifier and Type Method Description ListJavaMigrationAnalysisResultsResponse.Builder
ListJavaMigrationAnalysisResultsResponse.Builder. copy(ListJavaMigrationAnalysisResultsResponse o)
Copy method to populate the builder with values from the given instance.
-