| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model | |
| software.amazon.awssdk.services.securityhub.paginators |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<AwsSecurityFinding> |
GetFindingsPublisher.findings()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<AwsSecurityFinding> |
GetFindingsIterable.findings()
Returns an iterable to iterate through the paginated
GetFindingsResponse.findings() member. |
Copyright © 2023. All rights reserved.