Uses of Class
software.amazon.awssdk.services.rekognition.model.GetFaceSearchResponse
-
Packages that use GetFaceSearchResponse 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 GetFaceSearchResponse in software.amazon.awssdk.services.rekognition
Methods in software.amazon.awssdk.services.rekognition that return GetFaceSearchResponse Modifier and Type Method Description default GetFaceSearchResponseRekognitionClient. getFaceSearch(Consumer<GetFaceSearchRequest.Builder> getFaceSearchRequest)Gets the face search results for Amazon Rekognition Video face search started by StartFaceSearch.default GetFaceSearchResponseRekognitionClient. getFaceSearch(GetFaceSearchRequest getFaceSearchRequest)Gets the face search results for Amazon Rekognition Video face search started by StartFaceSearch.Methods in software.amazon.awssdk.services.rekognition that return types with arguments of type GetFaceSearchResponse Modifier and Type Method Description default CompletableFuture<GetFaceSearchResponse>RekognitionAsyncClient. getFaceSearch(Consumer<GetFaceSearchRequest.Builder> getFaceSearchRequest)Gets the face search results for Amazon Rekognition Video face search started by StartFaceSearch.default CompletableFuture<GetFaceSearchResponse>RekognitionAsyncClient. getFaceSearch(GetFaceSearchRequest getFaceSearchRequest)Gets the face search results for Amazon Rekognition Video face search started by StartFaceSearch. -
Uses of GetFaceSearchResponse in software.amazon.awssdk.services.rekognition.paginators
Methods in software.amazon.awssdk.services.rekognition.paginators that return types with arguments of type GetFaceSearchResponse Modifier and Type Method Description Iterator<GetFaceSearchResponse>GetFaceSearchIterable. iterator()Method parameters in software.amazon.awssdk.services.rekognition.paginators with type arguments of type GetFaceSearchResponse Modifier and Type Method Description voidGetFaceSearchPublisher. subscribe(org.reactivestreams.Subscriber<? super GetFaceSearchResponse> subscriber)
-