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