Uses of Class
software.amazon.awssdk.services.inspector.model.ListFindingsRequest
-
Packages that use ListFindingsRequest Package Description software.amazon.awssdk.services.inspector Amazon Inspector software.amazon.awssdk.services.inspector.paginators software.amazon.awssdk.services.inspector.transform -
-
Uses of ListFindingsRequest in software.amazon.awssdk.services.inspector
Methods in software.amazon.awssdk.services.inspector with parameters of type ListFindingsRequest Modifier and Type Method Description default CompletableFuture<ListFindingsResponse>InspectorAsyncClient. listFindings(ListFindingsRequest listFindingsRequest)Lists findings that are generated by the assessment runs that are specified by the ARNs of the assessment runs.default ListFindingsResponseInspectorClient. listFindings(ListFindingsRequest listFindingsRequest)Lists findings that are generated by the assessment runs that are specified by the ARNs of the assessment runs.default ListFindingsPublisherInspectorAsyncClient. listFindingsPaginator(ListFindingsRequest listFindingsRequest)This is a variant ofInspectorAsyncClient.listFindings(software.amazon.awssdk.services.inspector.model.ListFindingsRequest)operation.default ListFindingsIterableInspectorClient. listFindingsPaginator(ListFindingsRequest listFindingsRequest)This is a variant ofInspectorClient.listFindings(software.amazon.awssdk.services.inspector.model.ListFindingsRequest)operation. -
Uses of ListFindingsRequest in software.amazon.awssdk.services.inspector.paginators
Constructors in software.amazon.awssdk.services.inspector.paginators with parameters of type ListFindingsRequest Constructor Description ListFindingsIterable(InspectorClient client, ListFindingsRequest firstRequest)ListFindingsPublisher(InspectorAsyncClient client, ListFindingsRequest firstRequest) -
Uses of ListFindingsRequest in software.amazon.awssdk.services.inspector.transform
Methods in software.amazon.awssdk.services.inspector.transform with parameters of type ListFindingsRequest Modifier and Type Method Description SdkHttpFullRequestListFindingsRequestMarshaller. marshall(ListFindingsRequest listFindingsRequest)
-