Uses of Class
software.amazon.awssdk.services.guardduty.model.Scan
-
Packages that use Scan Package Description software.amazon.awssdk.services.guardduty.model software.amazon.awssdk.services.guardduty.paginators -
-
Uses of Scan in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type Scan Modifier and Type Method Description List<Scan>DescribeMalwareScansResponse. scans()Contains information about malware scans.Methods in software.amazon.awssdk.services.guardduty.model with parameters of type Scan Modifier and Type Method Description DescribeMalwareScansResponse.BuilderDescribeMalwareScansResponse.Builder. scans(Scan... scans)Contains information about malware scans.Method parameters in software.amazon.awssdk.services.guardduty.model with type arguments of type Scan Modifier and Type Method Description DescribeMalwareScansResponse.BuilderDescribeMalwareScansResponse.Builder. scans(Collection<Scan> scans)Contains information about malware scans. -
Uses of Scan in software.amazon.awssdk.services.guardduty.paginators
Methods in software.amazon.awssdk.services.guardduty.paginators that return types with arguments of type Scan Modifier and Type Method Description SdkIterable<Scan>DescribeMalwareScansIterable. scans()Returns an iterable to iterate through the paginatedDescribeMalwareScansResponse.scans()member.SdkPublisher<Scan>DescribeMalwareScansPublisher. scans()Returns a publisher that can be used to get a stream of data.
-