Uses of Class
software.amazon.awssdk.services.rekognition.model.ListUsersRequest
-
Packages that use ListUsersRequest 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 -
-
Uses of ListUsersRequest in software.amazon.awssdk.services.rekognition
Methods in software.amazon.awssdk.services.rekognition with parameters of type ListUsersRequest Modifier and Type Method Description default CompletableFuture<ListUsersResponse>RekognitionAsyncClient. listUsers(ListUsersRequest listUsersRequest)Returns metadata of the User such asUserIDin the specified collection.default ListUsersResponseRekognitionClient. listUsers(ListUsersRequest listUsersRequest)Returns metadata of the User such asUserIDin the specified collection.default ListUsersPublisherRekognitionAsyncClient. listUsersPaginator(ListUsersRequest listUsersRequest)Returns metadata of the User such asUserIDin the specified collection.default ListUsersIterableRekognitionClient. listUsersPaginator(ListUsersRequest listUsersRequest)Returns metadata of the User such asUserIDin the specified collection. -
Uses of ListUsersRequest in software.amazon.awssdk.services.rekognition.paginators
Constructors in software.amazon.awssdk.services.rekognition.paginators with parameters of type ListUsersRequest Constructor Description ListUsersIterable(RekognitionClient client, ListUsersRequest firstRequest)ListUsersPublisher(RekognitionAsyncClient client, ListUsersRequest firstRequest) -
Uses of ListUsersRequest in software.amazon.awssdk.services.rekognition.transform
Methods in software.amazon.awssdk.services.rekognition.transform with parameters of type ListUsersRequest Modifier and Type Method Description SdkHttpFullRequestListUsersRequestMarshaller. marshall(ListUsersRequest listUsersRequest)
-