Uses of Class
software.amazon.awssdk.services.securityhub.model.GetFindingHistoryResponse
-
Packages that use GetFindingHistoryResponse Package Description software.amazon.awssdk.services.securityhub Security Hub provides you with a comprehensive view of the security state of your Amazon Web Services environment and resources.software.amazon.awssdk.services.securityhub.paginators -
-
Uses of GetFindingHistoryResponse in software.amazon.awssdk.services.securityhub
Methods in software.amazon.awssdk.services.securityhub that return GetFindingHistoryResponse Modifier and Type Method Description default GetFindingHistoryResponseSecurityHubClient. getFindingHistory(Consumer<GetFindingHistoryRequest.Builder> getFindingHistoryRequest)Returns history for a Security Hub finding in the last 90 days.default GetFindingHistoryResponseSecurityHubClient. getFindingHistory(GetFindingHistoryRequest getFindingHistoryRequest)Returns history for a Security Hub finding in the last 90 days.Methods in software.amazon.awssdk.services.securityhub that return types with arguments of type GetFindingHistoryResponse Modifier and Type Method Description default CompletableFuture<GetFindingHistoryResponse>SecurityHubAsyncClient. getFindingHistory(Consumer<GetFindingHistoryRequest.Builder> getFindingHistoryRequest)Returns history for a Security Hub finding in the last 90 days.default CompletableFuture<GetFindingHistoryResponse>SecurityHubAsyncClient. getFindingHistory(GetFindingHistoryRequest getFindingHistoryRequest)Returns history for a Security Hub finding in the last 90 days. -
Uses of GetFindingHistoryResponse in software.amazon.awssdk.services.securityhub.paginators
Methods in software.amazon.awssdk.services.securityhub.paginators that return types with arguments of type GetFindingHistoryResponse Modifier and Type Method Description Iterator<GetFindingHistoryResponse>GetFindingHistoryIterable. iterator()Method parameters in software.amazon.awssdk.services.securityhub.paginators with type arguments of type GetFindingHistoryResponse Modifier and Type Method Description voidGetFindingHistoryPublisher. subscribe(org.reactivestreams.Subscriber<? super GetFindingHistoryResponse> subscriber)
-