Uses of Class
software.amazon.awssdk.services.securityhub.model.FindingHistoryRecord
-
Packages that use FindingHistoryRecord Package Description software.amazon.awssdk.services.securityhub.model software.amazon.awssdk.services.securityhub.paginators -
-
Uses of FindingHistoryRecord in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type FindingHistoryRecord Modifier and Type Method Description List<FindingHistoryRecord>GetFindingHistoryResponse. records()A list of events that altered the specified finding during the specified time period.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type FindingHistoryRecord Modifier and Type Method Description GetFindingHistoryResponse.BuilderGetFindingHistoryResponse.Builder. records(FindingHistoryRecord... records)A list of events that altered the specified finding during the specified time period.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type FindingHistoryRecord Modifier and Type Method Description GetFindingHistoryResponse.BuilderGetFindingHistoryResponse.Builder. records(Collection<FindingHistoryRecord> records)A list of events that altered the specified finding during the specified time period. -
Uses of FindingHistoryRecord in software.amazon.awssdk.services.securityhub.paginators
Methods in software.amazon.awssdk.services.securityhub.paginators that return types with arguments of type FindingHistoryRecord Modifier and Type Method Description SdkIterable<FindingHistoryRecord>GetFindingHistoryIterable. records()Returns an iterable to iterate through the paginatedGetFindingHistoryResponse.records()member.SdkPublisher<FindingHistoryRecord>GetFindingHistoryPublisher. records()Returns a publisher that can be used to get a stream of data.
-