Uses of Class
software.amazon.awssdk.services.codegurusecurity.model.Finding
-
Packages that use Finding Package Description software.amazon.awssdk.services.codegurusecurity.model software.amazon.awssdk.services.codegurusecurity.paginators -
-
Uses of Finding in software.amazon.awssdk.services.codegurusecurity.model
Methods in software.amazon.awssdk.services.codegurusecurity.model that return types with arguments of type Finding Modifier and Type Method Description List<Finding>BatchGetFindingsResponse. findings()A list of all requested findings.List<Finding>GetFindingsResponse. findings()A list of findings generated by the specified scan.Methods in software.amazon.awssdk.services.codegurusecurity.model with parameters of type Finding Modifier and Type Method Description BatchGetFindingsResponse.BuilderBatchGetFindingsResponse.Builder. findings(Finding... findings)A list of all requested findings.GetFindingsResponse.BuilderGetFindingsResponse.Builder. findings(Finding... findings)A list of findings generated by the specified scan.Method parameters in software.amazon.awssdk.services.codegurusecurity.model with type arguments of type Finding Modifier and Type Method Description BatchGetFindingsResponse.BuilderBatchGetFindingsResponse.Builder. findings(Collection<Finding> findings)A list of all requested findings.GetFindingsResponse.BuilderGetFindingsResponse.Builder. findings(Collection<Finding> findings)A list of findings generated by the specified scan. -
Uses of Finding in software.amazon.awssdk.services.codegurusecurity.paginators
Methods in software.amazon.awssdk.services.codegurusecurity.paginators that return types with arguments of type Finding Modifier and Type Method Description SdkIterable<Finding>GetFindingsIterable. findings()Returns an iterable to iterate through the paginatedGetFindingsResponse.findings()member.SdkPublisher<Finding>GetFindingsPublisher. findings()Returns a publisher that can be used to get a stream of data.
-