Uses of Class
com.oracle.bmc.databasemigration.model.AssessorCheckSummary
-
Packages that use AssessorCheckSummary Package Description com.oracle.bmc.databasemigration com.oracle.bmc.databasemigration.model -
-
Uses of AssessorCheckSummary in com.oracle.bmc.databasemigration
Methods in com.oracle.bmc.databasemigration that return types with arguments of type AssessorCheckSummary Modifier and Type Method Description Iterable<AssessorCheckSummary>DatabaseMigrationPaginators. listAssessorChecksRecordIterator(ListAssessorChecksRequest request)Creates a new iterable which will iterate over theAssessorCheckSummaryobjects contained in responses from the listAssessorChecks operation. -
Uses of AssessorCheckSummary in com.oracle.bmc.databasemigration.model
Methods in com.oracle.bmc.databasemigration.model that return AssessorCheckSummary Modifier and Type Method Description AssessorCheckSummaryAssessorCheckSummary.Builder. build()Methods in com.oracle.bmc.databasemigration.model that return types with arguments of type AssessorCheckSummary Modifier and Type Method Description List<AssessorCheckSummary>AssessorCheckSummaryCollection. getItems()Items in collection.Methods in com.oracle.bmc.databasemigration.model with parameters of type AssessorCheckSummary Modifier and Type Method Description AssessorCheckSummary.BuilderAssessorCheckSummary.Builder. copy(AssessorCheckSummary model)Method parameters in com.oracle.bmc.databasemigration.model with type arguments of type AssessorCheckSummary Modifier and Type Method Description AssessorCheckSummaryCollection.BuilderAssessorCheckSummaryCollection.Builder. items(List<AssessorCheckSummary> items)Items in collection.Constructor parameters in com.oracle.bmc.databasemigration.model with type arguments of type AssessorCheckSummary Constructor Description AssessorCheckSummaryCollection(List<AssessorCheckSummary> items)Deprecated.
-