Uses of Class
software.amazon.awssdk.services.securityhub.model.AwsSecurityFindingIdentifier
-
Packages that use AwsSecurityFindingIdentifier Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsSecurityFindingIdentifier in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return AwsSecurityFindingIdentifier Modifier and Type Method Description AwsSecurityFindingIdentifierBatchUpdateFindingsUnprocessedFinding. findingIdentifier()The identifier of the finding that was not updated.AwsSecurityFindingIdentifierFindingHistoryRecord. findingIdentifier()Returns the value of the FindingIdentifier property for this object.AwsSecurityFindingIdentifierGetFindingHistoryRequest. findingIdentifier()Returns the value of the FindingIdentifier property for this object.Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsSecurityFindingIdentifier Modifier and Type Method Description List<AwsSecurityFindingIdentifier>BatchUpdateFindingsRequest. findingIdentifiers()The list of findings to update.List<AwsSecurityFindingIdentifier>BatchUpdateFindingsResponse. processedFindings()The list of findings that were updated successfully.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type AwsSecurityFindingIdentifier Modifier and Type Method Description BatchUpdateFindingsUnprocessedFinding.BuilderBatchUpdateFindingsUnprocessedFinding.Builder. findingIdentifier(AwsSecurityFindingIdentifier findingIdentifier)The identifier of the finding that was not updated.FindingHistoryRecord.BuilderFindingHistoryRecord.Builder. findingIdentifier(AwsSecurityFindingIdentifier findingIdentifier)Sets the value of the FindingIdentifier property for this object.GetFindingHistoryRequest.BuilderGetFindingHistoryRequest.Builder. findingIdentifier(AwsSecurityFindingIdentifier findingIdentifier)Sets the value of the FindingIdentifier property for this object.BatchUpdateFindingsRequest.BuilderBatchUpdateFindingsRequest.Builder. findingIdentifiers(AwsSecurityFindingIdentifier... findingIdentifiers)The list of findings to update.BatchUpdateFindingsResponse.BuilderBatchUpdateFindingsResponse.Builder. processedFindings(AwsSecurityFindingIdentifier... processedFindings)The list of findings that were updated successfully.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AwsSecurityFindingIdentifier Modifier and Type Method Description BatchUpdateFindingsRequest.BuilderBatchUpdateFindingsRequest.Builder. findingIdentifiers(Collection<AwsSecurityFindingIdentifier> findingIdentifiers)The list of findings to update.BatchUpdateFindingsResponse.BuilderBatchUpdateFindingsResponse.Builder. processedFindings(Collection<AwsSecurityFindingIdentifier> processedFindings)The list of findings that were updated successfully.
-