Uses of Class
software.amazon.awssdk.services.securityhub.model.GetFindingsRequest
-
Packages that use GetFindingsRequest 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 software.amazon.awssdk.services.securityhub.transform -
-
Uses of GetFindingsRequest in software.amazon.awssdk.services.securityhub
Methods in software.amazon.awssdk.services.securityhub with parameters of type GetFindingsRequest Modifier and Type Method Description default CompletableFuture<GetFindingsResponse>SecurityHubAsyncClient. getFindings(GetFindingsRequest 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.default GetFindingsPublisherSecurityHubAsyncClient. getFindingsPaginator(GetFindingsRequest getFindingsRequest)Returns a list of findings that match the specified criteria.default GetFindingsIterableSecurityHubClient. getFindingsPaginator(GetFindingsRequest getFindingsRequest)Returns a list of findings that match the specified criteria. -
Uses of GetFindingsRequest in software.amazon.awssdk.services.securityhub.paginators
Constructors in software.amazon.awssdk.services.securityhub.paginators with parameters of type GetFindingsRequest Constructor Description GetFindingsIterable(SecurityHubClient client, GetFindingsRequest firstRequest)GetFindingsPublisher(SecurityHubAsyncClient client, GetFindingsRequest firstRequest) -
Uses of GetFindingsRequest in software.amazon.awssdk.services.securityhub.transform
Methods in software.amazon.awssdk.services.securityhub.transform with parameters of type GetFindingsRequest Modifier and Type Method Description SdkHttpFullRequestGetFindingsRequestMarshaller. marshall(GetFindingsRequest getFindingsRequest)
-