Uses of Class
com.oracle.bmc.jms.model.ApplicationExecutionType
-
Packages that use ApplicationExecutionType Package Description com.oracle.bmc.jms.model -
-
Uses of ApplicationExecutionType in com.oracle.bmc.jms.model
Methods in com.oracle.bmc.jms.model that return ApplicationExecutionType Modifier and Type Method Description static ApplicationExecutionTypeApplicationExecutionType. create(String key)ApplicationExecutionTypeJavaMigrationAnalysisResult. getApplicationExecutionType()Execution type of the application for an application type, such as WAR and EAR, that is deployed or installed.ApplicationExecutionTypeJavaMigrationAnalysisResultSummary. getApplicationExecutionType()Execution type of the application for an application type, such as WAR and EAR, that is deployed or installed.static ApplicationExecutionTypeApplicationExecutionType. valueOf(String name)Returns the enum constant of this type with the specified name.static ApplicationExecutionType[]ApplicationExecutionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.jms.model with parameters of type ApplicationExecutionType Modifier and Type Method Description JavaMigrationAnalysisResult.BuilderJavaMigrationAnalysisResult.Builder. applicationExecutionType(ApplicationExecutionType applicationExecutionType)Execution type of the application for an application type, such as WAR and EAR, that is deployed or installed.JavaMigrationAnalysisResultSummary.BuilderJavaMigrationAnalysisResultSummary.Builder. applicationExecutionType(ApplicationExecutionType applicationExecutionType)Execution type of the application for an application type, such as WAR and EAR, that is deployed or installed.Constructors in com.oracle.bmc.jms.model with parameters of type ApplicationExecutionType Constructor Description JavaMigrationAnalysisResult(String id, String workRequestId, String fleetId, String applicationKey, String applicationName, String applicationPath, ApplicationExecutionType applicationExecutionType, String sourceJdkVersion, String targetJdkVersion, String managedInstanceId, String hostName, Date timeCreated, String namespace, String bucketName, String objectStorageUploadDirPath, List<String> objectList, String metadata)Deprecated.JavaMigrationAnalysisResultSummary(String id, String workRequestId, String fleetId, String applicationKey, String applicationName, String applicationPath, ApplicationExecutionType applicationExecutionType, String sourceJdkVersion, String targetJdkVersion, String managedInstanceId, String hostName, Date timeCreated, String namespace, String bucketName, String objectStorageUploadDirPath, List<String> objectList, String metadata)Deprecated.
-