Uses of Class
software.amazon.awssdk.services.securityhub.model.GetFindingsResponse
-
Packages that use GetFindingsResponse Package Description software.amazon.awssdk.services.securityhub Security Hub provides you with a comprehensive view of your security state in Amazon Web Services and helps you assess your Amazon Web Services environment against security industry standards and best practices.software.amazon.awssdk.services.securityhub.paginators -
-
Uses of GetFindingsResponse in software.amazon.awssdk.services.securityhub
Methods in software.amazon.awssdk.services.securityhub that return GetFindingsResponse Modifier and Type Method Description default GetFindingsResponseSecurityHubClient. getFindings()Returns a list of findings that match the specified criteria.default GetFindingsResponseSecurityHubClient. getFindings(Consumer<GetFindingsRequest.Builder> getFindingsRequest)Returns a list of findings that match the specified criteria.default GetFindingsResponseSecurityHubClient. getFindings(GetFindingsRequest getFindingsRequest)Returns a list of findings that match the specified criteria.Methods in software.amazon.awssdk.services.securityhub that return types with arguments of type GetFindingsResponse Modifier and Type Method Description default CompletableFuture<GetFindingsResponse>SecurityHubAsyncClient. getFindings()Returns a list of findings that match the specified criteria.default CompletableFuture<GetFindingsResponse>SecurityHubAsyncClient. getFindings(Consumer<GetFindingsRequest.Builder> getFindingsRequest)Returns a list of findings that match the specified criteria.default CompletableFuture<GetFindingsResponse>SecurityHubAsyncClient. getFindings(GetFindingsRequest getFindingsRequest)Returns a list of findings that match the specified criteria. -
Uses of GetFindingsResponse in software.amazon.awssdk.services.securityhub.paginators
Methods in software.amazon.awssdk.services.securityhub.paginators that return types with arguments of type GetFindingsResponse Modifier and Type Method Description Iterator<GetFindingsResponse>GetFindingsIterable. iterator()Method parameters in software.amazon.awssdk.services.securityhub.paginators with type arguments of type GetFindingsResponse Modifier and Type Method Description voidGetFindingsPublisher. subscribe(org.reactivestreams.Subscriber<? super GetFindingsResponse> subscriber)
-