Uses of Class
software.amazon.awssdk.services.macie2.model.ListFindingsResponse
-
Packages that use ListFindingsResponse Package Description software.amazon.awssdk.services.macie2 Amazon Maciesoftware.amazon.awssdk.services.macie2.paginators -
-
Uses of ListFindingsResponse in software.amazon.awssdk.services.macie2
Methods in software.amazon.awssdk.services.macie2 that return ListFindingsResponse Modifier and Type Method Description default ListFindingsResponseMacie2Client. listFindings(Consumer<ListFindingsRequest.Builder> listFindingsRequest)Retrieves a subset of information about one or more findings.default ListFindingsResponseMacie2Client. listFindings(ListFindingsRequest listFindingsRequest)Retrieves a subset of information about one or more findings.Methods in software.amazon.awssdk.services.macie2 that return types with arguments of type ListFindingsResponse Modifier and Type Method Description default CompletableFuture<ListFindingsResponse>Macie2AsyncClient. listFindings(Consumer<ListFindingsRequest.Builder> listFindingsRequest)Retrieves a subset of information about one or more findings.default CompletableFuture<ListFindingsResponse>Macie2AsyncClient. listFindings(ListFindingsRequest listFindingsRequest)Retrieves a subset of information about one or more findings. -
Uses of ListFindingsResponse in software.amazon.awssdk.services.macie2.paginators
Methods in software.amazon.awssdk.services.macie2.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.macie2.paginators with type arguments of type ListFindingsResponse Modifier and Type Method Description voidListFindingsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListFindingsResponse> subscriber)
-