Uses of Class
software.amazon.awssdk.services.macie2.model.Finding
-
Packages that use Finding Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of Finding in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type Finding Modifier and Type Method Description List<Finding>GetFindingsResponse. findings()An array of objects, one for each finding that matches the criteria specified in the request.Methods in software.amazon.awssdk.services.macie2.model with parameters of type Finding Modifier and Type Method Description GetFindingsResponse.BuilderGetFindingsResponse.Builder. findings(Finding... findings)An array of objects, one for each finding that matches the criteria specified in the request.Method parameters in software.amazon.awssdk.services.macie2.model with type arguments of type Finding Modifier and Type Method Description GetFindingsResponse.BuilderGetFindingsResponse.Builder. findings(Collection<Finding> findings)An array of objects, one for each finding that matches the criteria specified in the request.
-