Uses of Class
com.oracle.bmc.jms.requests.RequestDeployedApplicationMigrationAnalysesRequest
-
Packages that use RequestDeployedApplicationMigrationAnalysesRequest Package Description com.oracle.bmc.jms com.oracle.bmc.jms.requests -
-
Uses of RequestDeployedApplicationMigrationAnalysesRequest in com.oracle.bmc.jms
Method parameters in com.oracle.bmc.jms with type arguments of type RequestDeployedApplicationMigrationAnalysesRequest 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 RequestDeployedApplicationMigrationAnalysesRequest in com.oracle.bmc.jms.requests
Methods in com.oracle.bmc.jms.requests that return RequestDeployedApplicationMigrationAnalysesRequest Modifier and Type Method Description RequestDeployedApplicationMigrationAnalysesRequest
RequestDeployedApplicationMigrationAnalysesRequest.Builder. build()
Build the instance of RequestDeployedApplicationMigrationAnalysesRequest as configured by this builderRequestDeployedApplicationMigrationAnalysesRequest
RequestDeployedApplicationMigrationAnalysesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of RequestDeployedApplicationMigrationAnalysesRequest as configured by this builderMethods in com.oracle.bmc.jms.requests with parameters of type RequestDeployedApplicationMigrationAnalysesRequest Modifier and Type Method Description RequestDeployedApplicationMigrationAnalysesRequest.Builder
RequestDeployedApplicationMigrationAnalysesRequest.Builder. copy(RequestDeployedApplicationMigrationAnalysesRequest o)
Copy method to populate the builder with values from the given instance.
-