Uses of Class
com.oracle.bmc.jms.model.RequestDeployedApplicationMigrationAnalysesDetails
-
Packages that use RequestDeployedApplicationMigrationAnalysesDetails Package Description com.oracle.bmc.jms.model com.oracle.bmc.jms.requests -
-
Uses of RequestDeployedApplicationMigrationAnalysesDetails in com.oracle.bmc.jms.model
Methods in com.oracle.bmc.jms.model that return RequestDeployedApplicationMigrationAnalysesDetails Modifier and Type Method Description RequestDeployedApplicationMigrationAnalysesDetails
RequestDeployedApplicationMigrationAnalysesDetails.Builder. build()
Methods in com.oracle.bmc.jms.model with parameters of type RequestDeployedApplicationMigrationAnalysesDetails Modifier and Type Method Description RequestDeployedApplicationMigrationAnalysesDetails.Builder
RequestDeployedApplicationMigrationAnalysesDetails.Builder. copy(RequestDeployedApplicationMigrationAnalysesDetails model)
-
Uses of RequestDeployedApplicationMigrationAnalysesDetails in com.oracle.bmc.jms.requests
Methods in com.oracle.bmc.jms.requests that return RequestDeployedApplicationMigrationAnalysesDetails Modifier and Type Method Description RequestDeployedApplicationMigrationAnalysesDetails
RequestDeployedApplicationMigrationAnalysesRequest. getBody$()
Alternative accessor for the body parameter.RequestDeployedApplicationMigrationAnalysesDetails
RequestDeployedApplicationMigrationAnalysesRequest. getRequestDeployedApplicationMigrationAnalysesDetails()
Detail information that starts the deployed Java migration analysesMethods in com.oracle.bmc.jms.requests with parameters of type RequestDeployedApplicationMigrationAnalysesDetails Modifier and Type Method Description RequestDeployedApplicationMigrationAnalysesRequest.Builder
RequestDeployedApplicationMigrationAnalysesRequest.Builder. body$(RequestDeployedApplicationMigrationAnalysesDetails body)
Alternative setter for the body parameter.RequestDeployedApplicationMigrationAnalysesRequest.Builder
RequestDeployedApplicationMigrationAnalysesRequest.Builder. requestDeployedApplicationMigrationAnalysesDetails(RequestDeployedApplicationMigrationAnalysesDetails requestDeployedApplicationMigrationAnalysesDetails)
Detail information that starts the deployed Java migration analyses
-