Uses of Class
software.amazon.awssdk.services.guardduty.model.Finding
-
Packages that use Finding Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of Finding in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type Finding Modifier and Type Method Description List<Finding>GetFindingsResponse. findings()A list of findings.Methods in software.amazon.awssdk.services.guardduty.model with parameters of type Finding Modifier and Type Method Description GetFindingsResponse.BuilderGetFindingsResponse.Builder. findings(Finding... findings)A list of findings.Method parameters in software.amazon.awssdk.services.guardduty.model with type arguments of type Finding Modifier and Type Method Description GetFindingsResponse.BuilderGetFindingsResponse.Builder. findings(Collection<Finding> findings)A list of findings.
-