Uses of Class
com.oracle.bmc.jms.model.DeployedApplicationMigrationAnalysesTarget
-
Packages that use DeployedApplicationMigrationAnalysesTarget Package Description com.oracle.bmc.jms.model -
-
Uses of DeployedApplicationMigrationAnalysesTarget in com.oracle.bmc.jms.model
Methods in com.oracle.bmc.jms.model that return DeployedApplicationMigrationAnalysesTarget Modifier and Type Method Description DeployedApplicationMigrationAnalysesTarget
DeployedApplicationMigrationAnalysesTarget.Builder. build()
Methods in com.oracle.bmc.jms.model that return types with arguments of type DeployedApplicationMigrationAnalysesTarget Modifier and Type Method Description List<DeployedApplicationMigrationAnalysesTarget>
RequestDeployedApplicationMigrationAnalysesDetails. getTargets()
An array of migration analyses requests.Methods in com.oracle.bmc.jms.model with parameters of type DeployedApplicationMigrationAnalysesTarget Modifier and Type Method Description DeployedApplicationMigrationAnalysesTarget.Builder
DeployedApplicationMigrationAnalysesTarget.Builder. copy(DeployedApplicationMigrationAnalysesTarget model)
Method parameters in com.oracle.bmc.jms.model with type arguments of type DeployedApplicationMigrationAnalysesTarget Modifier and Type Method Description RequestDeployedApplicationMigrationAnalysesDetails.Builder
RequestDeployedApplicationMigrationAnalysesDetails.Builder. targets(List<DeployedApplicationMigrationAnalysesTarget> targets)
An array of migration analyses requests.Constructor parameters in com.oracle.bmc.jms.model with type arguments of type DeployedApplicationMigrationAnalysesTarget Constructor Description RequestDeployedApplicationMigrationAnalysesDetails(List<DeployedApplicationMigrationAnalysesTarget> targets)
Deprecated.
-