Uses of Class
software.amazon.awssdk.services.inspector.model.ListFindingsResponse
-
Packages that use ListFindingsResponse Package Description software.amazon.awssdk.services.inspector Amazon Inspector software.amazon.awssdk.services.inspector.paginators -
-
Uses of ListFindingsResponse in software.amazon.awssdk.services.inspector
Methods in software.amazon.awssdk.services.inspector that return ListFindingsResponse Modifier and Type Method Description default ListFindingsResponseInspectorClient. listFindings()Lists findings that are generated by the assessment runs that are specified by the ARNs of the assessment runs.default ListFindingsResponseInspectorClient. listFindings(Consumer<ListFindingsRequest.Builder> 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.Methods in software.amazon.awssdk.services.inspector that return types with arguments of type ListFindingsResponse Modifier and Type Method Description default CompletableFuture<ListFindingsResponse>InspectorAsyncClient. listFindings()Lists findings that are generated by the assessment runs that are specified by the ARNs of the assessment runs.default CompletableFuture<ListFindingsResponse>InspectorAsyncClient. listFindings(Consumer<ListFindingsRequest.Builder> listFindingsRequest)Lists findings that are generated by the assessment runs that are specified by the ARNs of the assessment runs.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. -
Uses of ListFindingsResponse in software.amazon.awssdk.services.inspector.paginators
Methods in software.amazon.awssdk.services.inspector.paginators that return types with arguments of type ListFindingsResponse Modifier and Type Method Description Iterator<ListFindingsResponse>ListFindingsIterable. iterator()Method parameters in software.amazon.awssdk.services.inspector.paginators with type arguments of type ListFindingsResponse Modifier and Type Method Description voidListFindingsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListFindingsResponse> subscriber)
-