| 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 |
|---|---|
BatchUpdateFindingsResult |
AbstractAWSSecurityHub.batchUpdateFindings(BatchUpdateFindingsRequest request) |
BatchUpdateFindingsResult |
AWSSecurityHub.batchUpdateFindings(BatchUpdateFindingsRequest batchUpdateFindingsRequest)
Used by Security Hub customers to update information about their investigation into a finding.
|
BatchUpdateFindingsResult |
AWSSecurityHubClient.batchUpdateFindings(BatchUpdateFindingsRequest request)
Used by Security Hub customers to update information about their investigation into a finding.
|
| Modifier and Type | Method and Description |
|---|---|
Future<BatchUpdateFindingsResult> |
AbstractAWSSecurityHubAsync.batchUpdateFindingsAsync(BatchUpdateFindingsRequest request,
AsyncHandler<BatchUpdateFindingsRequest,BatchUpdateFindingsResult> asyncHandler) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateFindingsResult |
BatchUpdateFindingsResult.clone() |
BatchUpdateFindingsResult |
BatchUpdateFindingsResult.withProcessedFindings(AwsSecurityFindingIdentifier... processedFindings)
The list of findings that were updated successfully.
|
BatchUpdateFindingsResult |
BatchUpdateFindingsResult.withProcessedFindings(Collection<AwsSecurityFindingIdentifier> processedFindings)
The list of findings that were updated successfully.
|
BatchUpdateFindingsResult |
BatchUpdateFindingsResult.withUnprocessedFindings(BatchUpdateFindingsUnprocessedFinding... unprocessedFindings)
The list of findings that were not updated.
|
BatchUpdateFindingsResult |
BatchUpdateFindingsResult.withUnprocessedFindings(Collection<BatchUpdateFindingsUnprocessedFinding> unprocessedFindings)
The list of findings that were not updated.
|
Copyright © 2023. All rights reserved.