| Package | Description |
|---|---|
| com.amazonaws.services.rekognition |
This is the API Reference for Amazon
Rekognition Image, Amazon
Rekognition Custom Labels, Amazon
Rekognition Stored Video, Amazon
Rekognition Streaming Video.
|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
ListUsersResult |
AbstractAmazonRekognition.listUsers(ListUsersRequest request) |
ListUsersResult |
AmazonRekognitionClient.listUsers(ListUsersRequest request)
Returns metadata of the User such as
UserID in the specified collection. |
ListUsersResult |
AmazonRekognition.listUsers(ListUsersRequest listUsersRequest)
Returns metadata of the User such as
UserID in the specified collection. |
Future<ListUsersResult> |
AmazonRekognitionAsyncClient.listUsersAsync(ListUsersRequest request) |
Future<ListUsersResult> |
AbstractAmazonRekognitionAsync.listUsersAsync(ListUsersRequest request) |
Future<ListUsersResult> |
AmazonRekognitionAsync.listUsersAsync(ListUsersRequest listUsersRequest)
Returns metadata of the User such as
UserID in the specified collection. |
Future<ListUsersResult> |
AmazonRekognitionAsyncClient.listUsersAsync(ListUsersRequest request,
AsyncHandler<ListUsersRequest,ListUsersResult> asyncHandler) |
Future<ListUsersResult> |
AbstractAmazonRekognitionAsync.listUsersAsync(ListUsersRequest request,
AsyncHandler<ListUsersRequest,ListUsersResult> asyncHandler) |
Future<ListUsersResult> |
AmazonRekognitionAsync.listUsersAsync(ListUsersRequest listUsersRequest,
AsyncHandler<ListUsersRequest,ListUsersResult> asyncHandler)
Returns metadata of the User such as
UserID in the specified collection. |
| Modifier and Type | Method and Description |
|---|---|
Future<ListUsersResult> |
AmazonRekognitionAsyncClient.listUsersAsync(ListUsersRequest request,
AsyncHandler<ListUsersRequest,ListUsersResult> asyncHandler) |
Future<ListUsersResult> |
AbstractAmazonRekognitionAsync.listUsersAsync(ListUsersRequest request,
AsyncHandler<ListUsersRequest,ListUsersResult> asyncHandler) |
Future<ListUsersResult> |
AmazonRekognitionAsync.listUsersAsync(ListUsersRequest listUsersRequest,
AsyncHandler<ListUsersRequest,ListUsersResult> asyncHandler)
Returns metadata of the User such as
UserID in the specified collection. |
| Modifier and Type | Method and Description |
|---|---|
ListUsersRequest |
ListUsersRequest.clone() |
ListUsersRequest |
ListUsersRequest.withCollectionId(String collectionId)
The ID of an existing collection.
|
ListUsersRequest |
ListUsersRequest.withMaxResults(Integer maxResults)
Maximum number of UsersID to return.
|
ListUsersRequest |
ListUsersRequest.withNextToken(String nextToken)
Pagingation token to receive the next set of UsersID.
|
Copyright © 2024. All rights reserved.