Uses of Class
software.amazon.awssdk.services.inspector2.model.FindingDetailsError
-
Packages that use FindingDetailsError Package Description software.amazon.awssdk.services.inspector2.model -
-
Uses of FindingDetailsError in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return types with arguments of type FindingDetailsError Modifier and Type Method Description List<FindingDetailsError>BatchGetFindingDetailsResponse. errors()Error information for findings that details could not be returned for.Methods in software.amazon.awssdk.services.inspector2.model with parameters of type FindingDetailsError Modifier and Type Method Description BatchGetFindingDetailsResponse.BuilderBatchGetFindingDetailsResponse.Builder. errors(FindingDetailsError... errors)Error information for findings that details could not be returned for.Method parameters in software.amazon.awssdk.services.inspector2.model with type arguments of type FindingDetailsError Modifier and Type Method Description BatchGetFindingDetailsResponse.BuilderBatchGetFindingDetailsResponse.Builder. errors(Collection<FindingDetailsError> errors)Error information for findings that details could not be returned for.
-