Uses of Class
software.amazon.awssdk.services.codegurusecurity.model.BatchGetFindingsError
-
Packages that use BatchGetFindingsError Package Description software.amazon.awssdk.services.codegurusecurity.model -
-
Uses of BatchGetFindingsError in software.amazon.awssdk.services.codegurusecurity.model
Methods in software.amazon.awssdk.services.codegurusecurity.model that return types with arguments of type BatchGetFindingsError Modifier and Type Method Description List<BatchGetFindingsError>BatchGetFindingsResponse. failedFindings()A list of errors for individual findings which were not fetched.Methods in software.amazon.awssdk.services.codegurusecurity.model with parameters of type BatchGetFindingsError Modifier and Type Method Description BatchGetFindingsResponse.BuilderBatchGetFindingsResponse.Builder. failedFindings(BatchGetFindingsError... failedFindings)A list of errors for individual findings which were not fetched.Method parameters in software.amazon.awssdk.services.codegurusecurity.model with type arguments of type BatchGetFindingsError Modifier and Type Method Description BatchGetFindingsResponse.BuilderBatchGetFindingsResponse.Builder. failedFindings(Collection<BatchGetFindingsError> failedFindings)A list of errors for individual findings which were not fetched.
-