| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
static GetFindingHistoryResponse.Builder |
GetFindingHistoryResponse.builder() |
GetFindingHistoryResponse.Builder |
GetFindingHistoryResponse.Builder.nextToken(String nextToken)
A token for pagination purposes.
|
GetFindingHistoryResponse.Builder |
GetFindingHistoryResponse.Builder.records(Collection<FindingHistoryRecord> records)
A list of events that altered the specified finding during the specified time period.
|
GetFindingHistoryResponse.Builder |
GetFindingHistoryResponse.Builder.records(Consumer<FindingHistoryRecord.Builder>... records)
A list of events that altered the specified finding during the specified time period.
|
GetFindingHistoryResponse.Builder |
GetFindingHistoryResponse.Builder.records(FindingHistoryRecord... records)
A list of events that altered the specified finding during the specified time period.
|
GetFindingHistoryResponse.Builder |
GetFindingHistoryResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetFindingHistoryResponse.Builder> |
GetFindingHistoryResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.