| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition |
This is the Amazon Rekognition API reference.
|
| software.amazon.awssdk.services.rekognition.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListFacesResponse |
RekognitionClient.listFaces(Consumer<ListFacesRequest.Builder> listFacesRequest)
Returns metadata for faces in the specified collection.
|
default ListFacesResponse |
RekognitionClient.listFaces(ListFacesRequest listFacesRequest)
Returns metadata for faces in the specified collection.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListFacesResponse> |
ListFacesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListFacesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListFacesResponse> subscriber) |
Copyright © 2019. All rights reserved.