Uses of Class
software.amazon.awssdk.services.rekognition.model.ListFacesResponse
-
Packages that use ListFacesResponse Package Description software.amazon.awssdk.services.rekognition This is the API Reference for Amazon Rekognition Image, Amazon Rekognition Custom Labels, Amazon Rekognition Stored Video, Amazon Rekognition Streaming Video.software.amazon.awssdk.services.rekognition.paginators -
-
Uses of ListFacesResponse in software.amazon.awssdk.services.rekognition
Methods in software.amazon.awssdk.services.rekognition that return ListFacesResponse Modifier and Type Method Description default ListFacesResponseRekognitionClient. listFaces(Consumer<ListFacesRequest.Builder> listFacesRequest)Returns metadata for faces in the specified collection.default ListFacesResponseRekognitionClient. listFaces(ListFacesRequest listFacesRequest)Returns metadata for faces in the specified collection.Methods in software.amazon.awssdk.services.rekognition that return types with arguments of type ListFacesResponse Modifier and Type Method Description default CompletableFuture<ListFacesResponse>RekognitionAsyncClient. listFaces(Consumer<ListFacesRequest.Builder> listFacesRequest)Returns metadata for faces in the specified collection.default CompletableFuture<ListFacesResponse>RekognitionAsyncClient. listFaces(ListFacesRequest listFacesRequest)Returns metadata for faces in the specified collection. -
Uses of ListFacesResponse in software.amazon.awssdk.services.rekognition.paginators
Methods in software.amazon.awssdk.services.rekognition.paginators that return types with arguments of type ListFacesResponse Modifier and Type Method Description Iterator<ListFacesResponse>ListFacesIterable. iterator()Method parameters in software.amazon.awssdk.services.rekognition.paginators with type arguments of type ListFacesResponse Modifier and Type Method Description voidListFacesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListFacesResponse> subscriber)
-