Uses of Class
software.amazon.awssdk.services.rekognition.model.ListUsersResponse
-
Packages that use ListUsersResponse 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 -
-
Uses of ListUsersResponse in software.amazon.awssdk.services.rekognition
Methods in software.amazon.awssdk.services.rekognition that return ListUsersResponse Modifier and Type Method Description default ListUsersResponseRekognitionClient. listUsers(Consumer<ListUsersRequest.Builder> 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.Methods in software.amazon.awssdk.services.rekognition that return types with arguments of type ListUsersResponse Modifier and Type Method Description default CompletableFuture<ListUsersResponse>RekognitionAsyncClient. listUsers(Consumer<ListUsersRequest.Builder> listUsersRequest)Returns metadata of the User such asUserIDin the specified collection.default CompletableFuture<ListUsersResponse>RekognitionAsyncClient. listUsers(ListUsersRequest listUsersRequest)Returns metadata of the User such asUserIDin the specified collection. -
Uses of ListUsersResponse in software.amazon.awssdk.services.rekognition.paginators
Methods in software.amazon.awssdk.services.rekognition.paginators that return types with arguments of type ListUsersResponse Modifier and Type Method Description Iterator<ListUsersResponse>ListUsersIterable. iterator()Method parameters in software.amazon.awssdk.services.rekognition.paginators with type arguments of type ListUsersResponse Modifier and Type Method Description voidListUsersPublisher. subscribe(org.reactivestreams.Subscriber<? super ListUsersResponse> subscriber)
-