Uses of Class
com.oracle.bmc.jms.requests.GetJavaMigrationAnalysisResultRequest
-
Packages that use GetJavaMigrationAnalysisResultRequest Package Description com.oracle.bmc.jms com.oracle.bmc.jms.requests -
-
Uses of GetJavaMigrationAnalysisResultRequest in com.oracle.bmc.jms
Method parameters in com.oracle.bmc.jms with type arguments of type GetJavaMigrationAnalysisResultRequest 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 GetJavaMigrationAnalysisResultRequest in com.oracle.bmc.jms.requests
Methods in com.oracle.bmc.jms.requests that return GetJavaMigrationAnalysisResultRequest Modifier and Type Method Description GetJavaMigrationAnalysisResultRequest
GetJavaMigrationAnalysisResultRequest.Builder. build()
Build the instance of GetJavaMigrationAnalysisResultRequest as configured by this builderGetJavaMigrationAnalysisResultRequest
GetJavaMigrationAnalysisResultRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetJavaMigrationAnalysisResultRequest as configured by this builderMethods in com.oracle.bmc.jms.requests with parameters of type GetJavaMigrationAnalysisResultRequest Modifier and Type Method Description GetJavaMigrationAnalysisResultRequest.Builder
GetJavaMigrationAnalysisResultRequest.Builder. copy(GetJavaMigrationAnalysisResultRequest o)
Copy method to populate the builder with values from the given instance.
-