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