| Package | Description |
|---|---|
| com.amazonaws.services.securityhub |
Security Hub provides you with a comprehensive view of the security state of your Amazon Web Services environment and
resources.
|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
Future<BatchUpdateFindingsResult> |
AWSSecurityHubAsyncClient.batchUpdateFindingsAsync(BatchUpdateFindingsRequest request,
AsyncHandler<BatchUpdateFindingsRequest,BatchUpdateFindingsResult> asyncHandler) |
Future<BatchUpdateFindingsResult> |
AWSSecurityHubAsync.batchUpdateFindingsAsync(BatchUpdateFindingsRequest batchUpdateFindingsRequest,
AsyncHandler<BatchUpdateFindingsRequest,BatchUpdateFindingsResult> asyncHandler)
Used by Security Hub customers to update information about their investigation into a finding.
|
Future<BatchUpdateFindingsResult> |
AbstractAWSSecurityHubAsync.batchUpdateFindingsAsync(BatchUpdateFindingsRequest request,
AsyncHandler<BatchUpdateFindingsRequest,BatchUpdateFindingsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateFindingsRequest |
BatchUpdateFindingsRequest.addUserDefinedFieldsEntry(String key,
String value)
Add a single UserDefinedFields entry
|
BatchUpdateFindingsRequest |
BatchUpdateFindingsRequest.clearUserDefinedFieldsEntries()
Removes all the entries added into UserDefinedFields.
|
BatchUpdateFindingsRequest |
BatchUpdateFindingsRequest.clone() |
BatchUpdateFindingsRequest |
BatchUpdateFindingsRequest.withConfidence(Integer confidence)
The updated value for the finding confidence.
|
BatchUpdateFindingsRequest |
BatchUpdateFindingsRequest.withCriticality(Integer criticality)
The updated value for the level of importance assigned to the resources associated with the findings.
|
BatchUpdateFindingsRequest |
BatchUpdateFindingsRequest.withFindingIdentifiers(AwsSecurityFindingIdentifier... findingIdentifiers)
The list of findings to update.
|
BatchUpdateFindingsRequest |
BatchUpdateFindingsRequest.withFindingIdentifiers(Collection<AwsSecurityFindingIdentifier> findingIdentifiers)
The list of findings to update.
|
BatchUpdateFindingsRequest |
BatchUpdateFindingsRequest.withNote(NoteUpdate note) |
BatchUpdateFindingsRequest |
BatchUpdateFindingsRequest.withRelatedFindings(Collection<RelatedFinding> relatedFindings)
A list of findings that are related to the updated findings.
|
BatchUpdateFindingsRequest |
BatchUpdateFindingsRequest.withRelatedFindings(RelatedFinding... relatedFindings)
A list of findings that are related to the updated findings.
|
BatchUpdateFindingsRequest |
BatchUpdateFindingsRequest.withSeverity(SeverityUpdate severity)
Used to update the finding severity.
|
BatchUpdateFindingsRequest |
BatchUpdateFindingsRequest.withTypes(Collection<String> types)
One or more finding types in the format of namespace/category/classifier that classify a finding.
|
BatchUpdateFindingsRequest |
BatchUpdateFindingsRequest.withTypes(String... types)
One or more finding types in the format of namespace/category/classifier that classify a finding.
|
BatchUpdateFindingsRequest |
BatchUpdateFindingsRequest.withUserDefinedFields(Map<String,String> userDefinedFields)
A list of name/value string pairs associated with the finding.
|
BatchUpdateFindingsRequest |
BatchUpdateFindingsRequest.withVerificationState(String verificationState)
Indicates the veracity of a finding.
|
BatchUpdateFindingsRequest |
BatchUpdateFindingsRequest.withVerificationState(VerificationState verificationState)
Indicates the veracity of a finding.
|
BatchUpdateFindingsRequest |
BatchUpdateFindingsRequest.withWorkflow(WorkflowUpdate workflow)
Used to update the workflow status of a finding.
|
Copyright © 2023. All rights reserved.