Uses of Class
com.oracle.bmc.jms.requests.RequestJavaMigrationAnalysesRequest
-
Packages that use RequestJavaMigrationAnalysesRequest Package Description com.oracle.bmc.jms com.oracle.bmc.jms.requests -
-
Uses of RequestJavaMigrationAnalysesRequest in com.oracle.bmc.jms
Methods in com.oracle.bmc.jms with parameters of type RequestJavaMigrationAnalysesRequest Modifier and Type Method Description RequestJavaMigrationAnalysesResponse
JavaManagementService. requestJavaMigrationAnalyses(RequestJavaMigrationAnalysesRequest request)
Request to perform a Java migration analysis.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)
RequestJavaMigrationAnalysesResponse
JavaManagementServiceClient. requestJavaMigrationAnalyses(RequestJavaMigrationAnalysesRequest request)
Method parameters in com.oracle.bmc.jms with type arguments of type RequestJavaMigrationAnalysesRequest 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 RequestJavaMigrationAnalysesRequest in com.oracle.bmc.jms.requests
Methods in com.oracle.bmc.jms.requests that return RequestJavaMigrationAnalysesRequest Modifier and Type Method Description RequestJavaMigrationAnalysesRequest
RequestJavaMigrationAnalysesRequest.Builder. build()
Build the instance of RequestJavaMigrationAnalysesRequest as configured by this builderRequestJavaMigrationAnalysesRequest
RequestJavaMigrationAnalysesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of RequestJavaMigrationAnalysesRequest as configured by this builderMethods in com.oracle.bmc.jms.requests with parameters of type RequestJavaMigrationAnalysesRequest Modifier and Type Method Description RequestJavaMigrationAnalysesRequest.Builder
RequestJavaMigrationAnalysesRequest.Builder. copy(RequestJavaMigrationAnalysesRequest o)
Copy method to populate the builder with values from the given instance.
-