Uses of Class
com.oracle.bmc.jms.responses.GetJavaMigrationAnalysisResultResponse
-
Packages that use GetJavaMigrationAnalysisResultResponse Package Description com.oracle.bmc.jms com.oracle.bmc.jms.responses -
-
Uses of GetJavaMigrationAnalysisResultResponse in com.oracle.bmc.jms
Methods in com.oracle.bmc.jms that return GetJavaMigrationAnalysisResultResponse Modifier and Type Method Description GetJavaMigrationAnalysisResultResponse
JavaManagementService. getJavaMigrationAnalysisResult(GetJavaMigrationAnalysisResultRequest request)
Retrieve Java Migration Analysis result.GetJavaMigrationAnalysisResultResponse
JavaManagementServiceClient. getJavaMigrationAnalysisResult(GetJavaMigrationAnalysisResultRequest request)
Methods in com.oracle.bmc.jms that return types with arguments of type GetJavaMigrationAnalysisResultResponse Modifier and Type Method Description Future<GetJavaMigrationAnalysisResultResponse>
JavaManagementServiceAsync. getJavaMigrationAnalysisResult(GetJavaMigrationAnalysisResultRequest request, AsyncHandler<GetJavaMigrationAnalysisResultRequest,GetJavaMigrationAnalysisResultResponse> handler)
Retrieve Java Migration Analysis result.Future<GetJavaMigrationAnalysisResultResponse>
JavaManagementServiceAsyncClient. getJavaMigrationAnalysisResult(GetJavaMigrationAnalysisResultRequest request, AsyncHandler<GetJavaMigrationAnalysisResultRequest,GetJavaMigrationAnalysisResultResponse> handler)
Method parameters in com.oracle.bmc.jms with type arguments of type GetJavaMigrationAnalysisResultResponse Modifier and Type Method Description Future<GetJavaMigrationAnalysisResultResponse>
JavaManagementServiceAsync. getJavaMigrationAnalysisResult(GetJavaMigrationAnalysisResultRequest request, AsyncHandler<GetJavaMigrationAnalysisResultRequest,GetJavaMigrationAnalysisResultResponse> handler)
Retrieve Java Migration Analysis result.Future<GetJavaMigrationAnalysisResultResponse>
JavaManagementServiceAsyncClient. getJavaMigrationAnalysisResult(GetJavaMigrationAnalysisResultRequest request, AsyncHandler<GetJavaMigrationAnalysisResultRequest,GetJavaMigrationAnalysisResultResponse> handler)
-
Uses of GetJavaMigrationAnalysisResultResponse in com.oracle.bmc.jms.responses
Methods in com.oracle.bmc.jms.responses that return GetJavaMigrationAnalysisResultResponse Modifier and Type Method Description GetJavaMigrationAnalysisResultResponse
GetJavaMigrationAnalysisResultResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.jms.responses with parameters of type GetJavaMigrationAnalysisResultResponse Modifier and Type Method Description GetJavaMigrationAnalysisResultResponse.Builder
GetJavaMigrationAnalysisResultResponse.Builder. copy(GetJavaMigrationAnalysisResultResponse o)
Copy method to populate the builder with values from the given instance.
-