| 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 |
AmazonRekognition.listUsers(ListUsersRequest listUsersRequest)
Returns metadata of the User such as
UserID in the specified collection. |
ListUsersResult |
AmazonRekognitionClient.listUsers(ListUsersRequest request)
Returns metadata of the User such as
UserID in the specified collection. |
| Modifier and Type | Method and Description |
|---|---|
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) |
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. |
Future<ListUsersResult> |
AmazonRekognitionAsyncClient.listUsersAsync(ListUsersRequest request,
AsyncHandler<ListUsersRequest,ListUsersResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
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. |
Future<ListUsersResult> |
AmazonRekognitionAsyncClient.listUsersAsync(ListUsersRequest request,
AsyncHandler<ListUsersRequest,ListUsersResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListUsersResult |
ListUsersResult.clone() |
ListUsersResult |
ListUsersResult.withNextToken(String nextToken)
A pagination token to be used with the subsequent request if the response is truncated.
|
ListUsersResult |
ListUsersResult.withUsers(Collection<User> users)
List of UsersID associated with the specified collection.
|
ListUsersResult |
ListUsersResult.withUsers(User... users)
List of UsersID associated with the specified collection.
|
Copyright © 2024. All rights reserved.