static DeployedApplicationMigrationAnalysesTarget.Builder |
DeployedApplicationMigrationAnalysesTarget.builder() |
Create a new builder.
|
DeployedApplicationMigrationAnalysesTarget.Builder |
DeployedApplicationMigrationAnalysesTarget.Builder.copy(DeployedApplicationMigrationAnalysesTarget model) |
|
DeployedApplicationMigrationAnalysesTarget.Builder |
DeployedApplicationMigrationAnalysesTarget.Builder.deployedApplicationInstallationKey(String deployedApplicationInstallationKey) |
The unique key that identifies the deployed application’s installation path that is to be
used for the Java migration analyses.
|
DeployedApplicationMigrationAnalysesTarget.Builder |
DeployedApplicationMigrationAnalysesTarget.Builder.excludePackagePrefixes(List<String> excludePackagePrefixes) |
Excludes the packages that starts with the prefix from the migration analyses result.
|
DeployedApplicationMigrationAnalysesTarget.Builder |
DeployedApplicationMigrationAnalysesTarget.Builder.managedInstanceId(String managedInstanceId) |
The OCID of the managed instance that hosts the application for which the Java migration
analyses was performed.
|
DeployedApplicationMigrationAnalysesTarget.Builder |
DeployedApplicationMigrationAnalysesTarget.Builder.sourceJdkVersion(String sourceJdkVersion) |
The JDK version the application is currently running on.
|
DeployedApplicationMigrationAnalysesTarget.Builder |
DeployedApplicationMigrationAnalysesTarget.Builder.targetJdkVersion(String targetJdkVersion) |
The JDK version against which the migration analyses was performed to identify effort
required to move from source JDK.
|
DeployedApplicationMigrationAnalysesTarget.Builder |
DeployedApplicationMigrationAnalysesTarget.toBuilder() |
|