| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
List<AwsSecurityFinding> |
BatchImportFindingsRequest.findings()
A list of findings to import.
|
List<AwsSecurityFinding> |
GetFindingsResponse.findings()
The findings that matched the filters specified in the request.
|
| Modifier and Type | Method and Description |
|---|---|
BatchImportFindingsRequest.Builder |
BatchImportFindingsRequest.Builder.findings(AwsSecurityFinding... findings)
A list of findings to import.
|
GetFindingsResponse.Builder |
GetFindingsResponse.Builder.findings(AwsSecurityFinding... findings)
The findings that matched the filters specified in the request.
|
| Modifier and Type | Method and Description |
|---|---|
BatchImportFindingsRequest.Builder |
BatchImportFindingsRequest.Builder.findings(Collection<AwsSecurityFinding> findings)
A list of findings to import.
|
GetFindingsResponse.Builder |
GetFindingsResponse.Builder.findings(Collection<AwsSecurityFinding> findings)
The findings that matched the filters specified in the request.
|
Copyright © 2021. All rights reserved.