Uses of Class
software.amazon.awssdk.services.rekognition.model.DeleteUserResponse
-
Packages that use DeleteUserResponse 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. -
-
Uses of DeleteUserResponse in software.amazon.awssdk.services.rekognition
Methods in software.amazon.awssdk.services.rekognition that return DeleteUserResponse Modifier and Type Method Description default DeleteUserResponseRekognitionClient. deleteUser(Consumer<DeleteUserRequest.Builder> deleteUserRequest)Deletes the specified UserID within the collection.default DeleteUserResponseRekognitionClient. deleteUser(DeleteUserRequest deleteUserRequest)Deletes the specified UserID within the collection.Methods in software.amazon.awssdk.services.rekognition that return types with arguments of type DeleteUserResponse Modifier and Type Method Description default CompletableFuture<DeleteUserResponse>RekognitionAsyncClient. deleteUser(Consumer<DeleteUserRequest.Builder> deleteUserRequest)Deletes the specified UserID within the collection.default CompletableFuture<DeleteUserResponse>RekognitionAsyncClient. deleteUser(DeleteUserRequest deleteUserRequest)Deletes the specified UserID within the collection.
-