Uses of Class
com.oracle.bmc.jmsutils.responses.GetJavaMigrationAnalysisResponse
-
Packages that use GetJavaMigrationAnalysisResponse Package Description com.oracle.bmc.jmsutils com.oracle.bmc.jmsutils.responses -
-
Uses of GetJavaMigrationAnalysisResponse in com.oracle.bmc.jmsutils
Methods in com.oracle.bmc.jmsutils that return GetJavaMigrationAnalysisResponse Modifier and Type Method Description GetJavaMigrationAnalysisResponse
JmsUtils. getJavaMigrationAnalysis(GetJavaMigrationAnalysisRequest request)
Gets information about a Java Migration Analysis.GetJavaMigrationAnalysisResponse
JmsUtilsClient. getJavaMigrationAnalysis(GetJavaMigrationAnalysisRequest request)
Methods in com.oracle.bmc.jmsutils that return types with arguments of type GetJavaMigrationAnalysisResponse Modifier and Type Method Description Future<GetJavaMigrationAnalysisResponse>
JmsUtilsAsync. getJavaMigrationAnalysis(GetJavaMigrationAnalysisRequest request, AsyncHandler<GetJavaMigrationAnalysisRequest,GetJavaMigrationAnalysisResponse> handler)
Gets information about a Java Migration Analysis.Future<GetJavaMigrationAnalysisResponse>
JmsUtilsAsyncClient. getJavaMigrationAnalysis(GetJavaMigrationAnalysisRequest request, AsyncHandler<GetJavaMigrationAnalysisRequest,GetJavaMigrationAnalysisResponse> handler)
Method parameters in com.oracle.bmc.jmsutils with type arguments of type GetJavaMigrationAnalysisResponse Modifier and Type Method Description Future<GetJavaMigrationAnalysisResponse>
JmsUtilsAsync. getJavaMigrationAnalysis(GetJavaMigrationAnalysisRequest request, AsyncHandler<GetJavaMigrationAnalysisRequest,GetJavaMigrationAnalysisResponse> handler)
Gets information about a Java Migration Analysis.Future<GetJavaMigrationAnalysisResponse>
JmsUtilsAsyncClient. getJavaMigrationAnalysis(GetJavaMigrationAnalysisRequest request, AsyncHandler<GetJavaMigrationAnalysisRequest,GetJavaMigrationAnalysisResponse> handler)
-
Uses of GetJavaMigrationAnalysisResponse in com.oracle.bmc.jmsutils.responses
Methods in com.oracle.bmc.jmsutils.responses that return GetJavaMigrationAnalysisResponse Modifier and Type Method Description GetJavaMigrationAnalysisResponse
GetJavaMigrationAnalysisResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.jmsutils.responses with parameters of type GetJavaMigrationAnalysisResponse Modifier and Type Method Description GetJavaMigrationAnalysisResponse.Builder
GetJavaMigrationAnalysisResponse.Builder. copy(GetJavaMigrationAnalysisResponse o)
Copy method to populate the builder with values from the given instance.
-