| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model | |
| software.amazon.awssdk.services.securityhub.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<FindingHistoryRecord> |
GetFindingHistoryResponse.records()
A list of events that altered the specified finding during the specified time period.
|
| Modifier and Type | Method and Description |
|---|---|
GetFindingHistoryResponse.Builder |
GetFindingHistoryResponse.Builder.records(FindingHistoryRecord... records)
A list of events that altered the specified finding during the specified time period.
|
| Modifier and Type | Method and Description |
|---|---|
GetFindingHistoryResponse.Builder |
GetFindingHistoryResponse.Builder.records(Collection<FindingHistoryRecord> records)
A list of events that altered the specified finding during the specified time period.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<FindingHistoryRecord> |
GetFindingHistoryIterable.records()
Returns an iterable to iterate through the paginated
GetFindingHistoryResponse.records() member. |
SdkPublisher<FindingHistoryRecord> |
GetFindingHistoryPublisher.records()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.