Uses of Class
com.oracle.bmc.jms.model.JavaMigrationAnalysisResultSummary
-
Packages that use JavaMigrationAnalysisResultSummary Package Description com.oracle.bmc.jms com.oracle.bmc.jms.model -
-
Uses of JavaMigrationAnalysisResultSummary in com.oracle.bmc.jms
Methods in com.oracle.bmc.jms that return types with arguments of type JavaMigrationAnalysisResultSummary Modifier and Type Method Description Iterable<JavaMigrationAnalysisResultSummary>
JavaManagementServicePaginators. listJavaMigrationAnalysisResultsRecordIterator(ListJavaMigrationAnalysisResultsRequest request)
Creates a new iterable which will iterate over theJavaMigrationAnalysisResultSummary
objects contained in responses from the listJavaMigrationAnalysisResults operation. -
Uses of JavaMigrationAnalysisResultSummary in com.oracle.bmc.jms.model
Methods in com.oracle.bmc.jms.model that return JavaMigrationAnalysisResultSummary Modifier and Type Method Description JavaMigrationAnalysisResultSummary
JavaMigrationAnalysisResultSummary.Builder. build()
Methods in com.oracle.bmc.jms.model that return types with arguments of type JavaMigrationAnalysisResultSummary Modifier and Type Method Description List<JavaMigrationAnalysisResultSummary>
JavaMigrationAnalysisResultCollection. getItems()
A list of Java migration analysis results.Methods in com.oracle.bmc.jms.model with parameters of type JavaMigrationAnalysisResultSummary Modifier and Type Method Description JavaMigrationAnalysisResultSummary.Builder
JavaMigrationAnalysisResultSummary.Builder. copy(JavaMigrationAnalysisResultSummary model)
Method parameters in com.oracle.bmc.jms.model with type arguments of type JavaMigrationAnalysisResultSummary Modifier and Type Method Description JavaMigrationAnalysisResultCollection.Builder
JavaMigrationAnalysisResultCollection.Builder. items(List<JavaMigrationAnalysisResultSummary> items)
A list of Java migration analysis results.Constructor parameters in com.oracle.bmc.jms.model with type arguments of type JavaMigrationAnalysisResultSummary Constructor Description JavaMigrationAnalysisResultCollection(List<JavaMigrationAnalysisResultSummary> items)
Deprecated.
-