| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
static BatchUpdateFindingsResponse.Builder |
BatchUpdateFindingsResponse.builder() |
BatchUpdateFindingsResponse.Builder |
BatchUpdateFindingsResponse.Builder.processedFindings(AwsSecurityFindingIdentifier... processedFindings)
The list of findings that were updated successfully.
|
BatchUpdateFindingsResponse.Builder |
BatchUpdateFindingsResponse.Builder.processedFindings(Collection<AwsSecurityFindingIdentifier> processedFindings)
The list of findings that were updated successfully.
|
BatchUpdateFindingsResponse.Builder |
BatchUpdateFindingsResponse.Builder.processedFindings(Consumer<AwsSecurityFindingIdentifier.Builder>... processedFindings)
The list of findings that were updated successfully.
|
BatchUpdateFindingsResponse.Builder |
BatchUpdateFindingsResponse.toBuilder() |
BatchUpdateFindingsResponse.Builder |
BatchUpdateFindingsResponse.Builder.unprocessedFindings(BatchUpdateFindingsUnprocessedFinding... unprocessedFindings)
The list of findings that were not updated.
|
BatchUpdateFindingsResponse.Builder |
BatchUpdateFindingsResponse.Builder.unprocessedFindings(Collection<BatchUpdateFindingsUnprocessedFinding> unprocessedFindings)
The list of findings that were not updated.
|
BatchUpdateFindingsResponse.Builder |
BatchUpdateFindingsResponse.Builder.unprocessedFindings(Consumer<BatchUpdateFindingsUnprocessedFinding.Builder>... unprocessedFindings)
The list of findings that were not updated.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchUpdateFindingsResponse.Builder> |
BatchUpdateFindingsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.