| 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 | |
| software.amazon.awssdk.services.rekognition.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListUsersResponse |
RekognitionClient.listUsers(ListUsersRequest 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. |
default ListUsersIterable |
RekognitionClient.listUsersPaginator(ListUsersRequest listUsersRequest)
Returns metadata of the User such as
UserID in the specified collection. |
default ListUsersPublisher |
RekognitionAsyncClient.listUsersPaginator(ListUsersRequest listUsersRequest)
Returns metadata of the User such as
UserID in the specified collection. |
| Constructor and Description |
|---|
ListUsersIterable(RekognitionClient client,
ListUsersRequest firstRequest) |
ListUsersPublisher(RekognitionAsyncClient client,
ListUsersRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListUsersRequestMarshaller.marshall(ListUsersRequest listUsersRequest) |
Copyright © 2023. All rights reserved.