| 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 |
| Modifier and Type | Method and Description |
|---|---|
default ListUsersResponse |
RekognitionClient.listUsers(Consumer<ListUsersRequest.Builder> listUsersRequest)
Returns metadata of the User such as
UserID in the specified collection. |
default ListUsersResponse |
RekognitionClient.listUsers(ListUsersRequest listUsersRequest)
Returns metadata of the User such as
UserID in the specified collection. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListUsersResponse> |
RekognitionAsyncClient.listUsers(Consumer<ListUsersRequest.Builder> listUsersRequest)
Returns metadata of the User such as
UserID in the specified collection. |
default CompletableFuture<ListUsersResponse> |
RekognitionAsyncClient.listUsers(ListUsersRequest listUsersRequest)
Returns metadata of the User such as
UserID in the specified collection. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListUsersResponse> |
ListUsersIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListUsersPublisher.subscribe(org.reactivestreams.Subscriber<? super ListUsersResponse> subscriber) |
Copyright © 2023. All rights reserved.