Uses of Class
com.oracle.bmc.wlms.model.ScanResultCollection
-
Packages that use ScanResultCollection Package Description com.oracle.bmc.wlms.model com.oracle.bmc.wlms.responses -
-
Uses of ScanResultCollection in com.oracle.bmc.wlms.model
Methods in com.oracle.bmc.wlms.model that return ScanResultCollection Modifier and Type Method Description ScanResultCollection
ScanResultCollection.Builder. build()
Methods in com.oracle.bmc.wlms.model with parameters of type ScanResultCollection Modifier and Type Method Description ScanResultCollection.Builder
ScanResultCollection.Builder. copy(ScanResultCollection model)
-
Uses of ScanResultCollection in com.oracle.bmc.wlms.responses
Methods in com.oracle.bmc.wlms.responses that return ScanResultCollection Modifier and Type Method Description ScanResultCollection
ListManagedInstanceScanResultsResponse. getScanResultCollection()
The returned ScanResultCollection instance.ScanResultCollection
ListWlsDomainScanResultsResponse. getScanResultCollection()
The returned ScanResultCollection instance.Methods in com.oracle.bmc.wlms.responses with parameters of type ScanResultCollection Modifier and Type Method Description ListManagedInstanceScanResultsResponse.Builder
ListManagedInstanceScanResultsResponse.Builder. scanResultCollection(ScanResultCollection scanResultCollection)
The returned ScanResultCollection instance.ListWlsDomainScanResultsResponse.Builder
ListWlsDomainScanResultsResponse.Builder. scanResultCollection(ScanResultCollection scanResultCollection)
The returned ScanResultCollection instance.
-