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