Uses of Class
com.oracle.bmc.wlms.model.ScanResultSummary
-
Packages that use ScanResultSummary Package Description com.oracle.bmc.wlms com.oracle.bmc.wlms.model -
-
Uses of ScanResultSummary in com.oracle.bmc.wlms
Methods in com.oracle.bmc.wlms that return types with arguments of type ScanResultSummary Modifier and Type Method Description Iterable<ScanResultSummary>
WeblogicManagementServicePaginators. listManagedInstanceScanResultsRecordIterator(ListManagedInstanceScanResultsRequest request)
Creates a new iterable which will iterate over theScanResultSummary
objects contained in responses from the listManagedInstanceScanResults operation.Iterable<ScanResultSummary>
WeblogicManagementServicePaginators. listWlsDomainScanResultsRecordIterator(ListWlsDomainScanResultsRequest request)
Creates a new iterable which will iterate over theScanResultSummary
objects contained in responses from the listWlsDomainScanResults operation. -
Uses of ScanResultSummary in com.oracle.bmc.wlms.model
Methods in com.oracle.bmc.wlms.model that return ScanResultSummary Modifier and Type Method Description ScanResultSummary
ScanResultSummary.Builder. build()
Methods in com.oracle.bmc.wlms.model that return types with arguments of type ScanResultSummary Modifier and Type Method Description List<ScanResultSummary>
ScanResultCollection. getItems()
List of scan results.Methods in com.oracle.bmc.wlms.model with parameters of type ScanResultSummary Modifier and Type Method Description ScanResultSummary.Builder
ScanResultSummary.Builder. copy(ScanResultSummary model)
Method parameters in com.oracle.bmc.wlms.model with type arguments of type ScanResultSummary Modifier and Type Method Description ScanResultCollection.Builder
ScanResultCollection.Builder. items(List<ScanResultSummary> items)
List of scan results.Constructor parameters in com.oracle.bmc.wlms.model with type arguments of type ScanResultSummary Constructor Description ScanResultCollection(List<ScanResultSummary> items)
Deprecated.
-